permissions.yaml 683 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. actions:
  2. admin.flex-objects:
  3. type: crudl
  4. label: Flex Objects
  5. types:
  6. crudpl:
  7. type: crud
  8. use:
  9. - crudp
  10. - crudl
  11. crudp:
  12. type: crud
  13. letters:
  14. p:
  15. action: publish
  16. label: PLUGIN_ADMIN.PUBLISH
  17. crudl:
  18. type: crud
  19. letters:
  20. l:
  21. action: list
  22. label: PLUGIN_ADMIN.LIST
  23. crud:
  24. type: compact
  25. letters:
  26. c:
  27. action: create
  28. label: PLUGIN_ADMIN.CREATE
  29. r:
  30. action: read
  31. label: PLUGIN_ADMIN.READ
  32. u:
  33. action: update
  34. label: PLUGIN_ADMIN.UPDATE
  35. d:
  36. action: delete
  37. label: PLUGIN_ADMIN.DELETE
  38. default:
  39. type: access