group.yaml 786 B

12345678910111213141516171819202122232425262728293031323334353637
  1. title: Group
  2. form:
  3. validation: loose
  4. fields:
  5. spacer:
  6. type: spacer
  7. text: '<br>'
  8. groupname:
  9. type: text
  10. size: large
  11. label: PLUGIN_ADMIN.NAME
  12. disabled: true
  13. readonly: true
  14. readableName:
  15. type: text
  16. size: large
  17. label: PLUGIN_ADMIN_PRO.READABLE_NAME
  18. description:
  19. type: text
  20. size: large
  21. label: PLUGIN_ADMIN.DESCRIPTION
  22. icon:
  23. type: text
  24. size: small
  25. label: PLUGIN_ADMIN_PRO.ICON
  26. access:
  27. type: permissions
  28. label: PLUGIN_ADMIN.PERMISSIONS
  29. ignore_empty: true
  30. validate:
  31. type: array