12345678910111213141516171819202122232425262728293031323334353637 |
- title: Group
- form:
- validation: loose
- fields:
- spacer:
- type: spacer
- text: '<br>'
- 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:
- type: permissions
- label: PLUGIN_ADMIN.PERMISSIONS
- ignore_empty: true
- validate:
- type: array
|