From 8b28acebcd9f2ba473204761458d93ab83b678db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Tue, 3 Oct 2023 10:59:41 +0200 Subject: [PATCH] fix --- share/accounts-management/index.yaml | 70 ++++++++++++++++++---------- 1 file changed, 46 insertions(+), 24 deletions(-) diff --git a/share/accounts-management/index.yaml b/share/accounts-management/index.yaml index 200d59d..206ce26 100644 --- a/share/accounts-management/index.yaml +++ b/share/accounts-management/index.yaml @@ -6,35 +6,57 @@ metadata: name: accounts-management description: null 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: default: your-company examples: - your-company 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: - dist: null category: share