From 3e0188e40b148ef6d58d457e36d8d2c950e4cd2e Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Tue, 20 Oct 2015 19:31:25 +0200 Subject: [PATCH] Group blueprint --- system/blueprints/user/group.yaml | 44 ++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/system/blueprints/user/group.yaml b/system/blueprints/user/group.yaml index 31d6c9100..27c144e09 100644 --- a/system/blueprints/user/group.yaml +++ b/system/blueprints/user/group.yaml @@ -1,8 +1,44 @@ title: Group form: validation: loose - fields: - content: - type: section - title: PLUGIN_ADMIN_PRO.GROUP + fields: + spacer: + type: spacer + text: '
' + + groupname: + type: text + size: large + label: PLUGIN_ADMIN.NAME + disabled: true + readonly: true + + readableName: + type: text + size: large + label: PLUGIN_ADMIN_PRO.READABLE_NAME + + description: + type: text + size: large + label: PLUGIN_ADMIN.DESCRIPTION + + icon: + type: text + size: small + label: PLUGIN_ADMIN_PRO.ICON + + access.admin: + type: array + label: PLUGIN_ADMIN_PRO.ADMIN_ACCESS + multiple: false + validate: + type: array + + access.site: + type: array + label: PLUGIN_ADMIN_PRO.SITE_ACCESS + multiple: false + validate: + type: array \ No newline at end of file