group.yaml 897 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. title: Group
  2. form:
  3. validation: loose
  4. fields:
  5. groupname:
  6. type: text
  7. size: large
  8. label: PLUGIN_ADMIN.NAME
  9. readonly: true
  10. readableName:
  11. type: text
  12. size: large
  13. label: PLUGIN_ADMIN_ADDON_USER_MANAGER.READABLE_NAME
  14. description:
  15. type: text
  16. size: large
  17. label: PLUGIN_ADMIN.DESCRIPTION
  18. icon:
  19. type: text
  20. size: small
  21. label: PLUGIN_ADMIN_ADDON_USER_MANAGER.ICON
  22. access:
  23. type: permissions
  24. label: PLUGIN_ADMIN.PERMISSIONS
  25. ignore_empty: true
  26. validate:
  27. type: array
  28. users:
  29. type: select
  30. multiple: true
  31. size: large
  32. label: PLUGIN_ADMIN_ADDON_USER_MANAGER.USERS
  33. data-options@: '\AdminAddonUserManager\Users\Manager::userNames'
  34. classes: fancy
  35. help: PLUGIN_ADMIN_ADDON_USER_MANAGER.USERS_HELP
  36. validate:
  37. type: commalist