permissions.yaml 810 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. actions:
  2. site:
  3. type: access
  4. label: Site
  5. admin:
  6. type: access
  7. label: Admin
  8. admin.pages:
  9. type: access
  10. label: Pages
  11. admin.users:
  12. type: access
  13. label: User Accounts
  14. types:
  15. default:
  16. type: access
  17. crud:
  18. type: compact
  19. letters:
  20. c:
  21. action: create
  22. label: PLUGIN_ADMIN.CREATE
  23. r:
  24. action: read
  25. label: PLUGIN_ADMIN.READ
  26. u:
  27. action: update
  28. label: PLUGIN_ADMIN.UPDATE
  29. d:
  30. action: delete
  31. label: PLUGIN_ADMIN.DELETE
  32. crudp:
  33. type: crud
  34. letters:
  35. p:
  36. action: publish
  37. label: PLUGIN_ADMIN.PUBLISH
  38. crudl:
  39. type: crud
  40. letters:
  41. l:
  42. action: list
  43. label: PLUGIN_ADMIN.LIST
  44. crudpl:
  45. type: crud
  46. use:
  47. - crudp
  48. - crudl