This commit is contained in:
2023-10-03 11:12:00 +02:00
parent 8f8e03287a
commit 268c58a4c4
2 changed files with 25 additions and 25 deletions

View File

@@ -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