fix
This commit is contained in:
@@ -6,6 +6,30 @@ metadata:
|
||||
name: division
|
||||
description: null
|
||||
options:
|
||||
teams:
|
||||
default: []
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
default: ''
|
||||
apps:
|
||||
type: array
|
||||
default: []
|
||||
items:
|
||||
type: string
|
||||
apps:
|
||||
default: []
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
parent:
|
||||
default: employes
|
||||
enum:
|
||||
@@ -15,30 +39,6 @@ options:
|
||||
examples:
|
||||
- employes
|
||||
type: string
|
||||
teams:
|
||||
default: []
|
||||
items:
|
||||
properties:
|
||||
apps:
|
||||
default: []
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
name:
|
||||
default: ''
|
||||
type: string
|
||||
type: object
|
||||
type: array
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
apps:
|
||||
default: []
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
dependencies:
|
||||
- dist: null
|
||||
category: share
|
||||
@@ -50,4 +50,4 @@ providers:
|
||||
postgresql: null
|
||||
restapi: null
|
||||
http: true
|
||||
tfaddtype: null
|
||||
tfaddtype: true
|
||||
|
||||
Reference in New Issue
Block a user