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