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