fix
This commit is contained in:
@@ -6,6 +6,28 @@ metadata:
|
||||
name: accounts-management
|
||||
description: null
|
||||
options:
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
clients:
|
||||
default:
|
||||
enable: false
|
||||
apps: []
|
||||
properties:
|
||||
enable:
|
||||
type: boolean
|
||||
default: false
|
||||
apps:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
default: []
|
||||
examples:
|
||||
- enable: false
|
||||
apps: []
|
||||
type: object
|
||||
employes:
|
||||
default:
|
||||
apps: []
|
||||
@@ -35,28 +57,6 @@ options:
|
||||
- enable: false
|
||||
apps: []
|
||||
type: object
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
clients:
|
||||
default:
|
||||
enable: false
|
||||
apps: []
|
||||
properties:
|
||||
enable:
|
||||
type: boolean
|
||||
default: false
|
||||
apps:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
default: []
|
||||
examples:
|
||||
- enable: false
|
||||
apps: []
|
||||
type: object
|
||||
dependencies:
|
||||
- dist: null
|
||||
category: share
|
||||
|
||||
Reference in New Issue
Block a user