user.role.editeur.yml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. uuid: 7740ebe5-9200-4336-b6b8-c29afee5f3b4
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - filter.format.wysiwyg
  7. - node.type.static
  8. module:
  9. - actions_permissions
  10. - content_translation
  11. - filter
  12. - locale
  13. - node
  14. - system
  15. - toolbar
  16. id: editeur
  17. label: Editeur
  18. weight: -5
  19. is_admin: null
  20. permissions:
  21. - 'access administration pages'
  22. - 'access content overview'
  23. - 'access toolbar'
  24. - 'administer nodes'
  25. - 'create content translations'
  26. - 'create static content'
  27. - 'edit any static content'
  28. - 'execute entity:save_action node'
  29. - 'execute node_assign_owner_action node'
  30. - 'execute node_make_sticky_action node'
  31. - 'execute node_make_unsticky_action node'
  32. - 'execute node_promote_action node'
  33. - 'execute node_unpromote_action node'
  34. - 'revert static revisions'
  35. - 'translate editable entities'
  36. - 'translate interface'
  37. - 'update content translations'
  38. - 'use text format wysiwyg'
  39. - 'view own unpublished content'
  40. - 'view static revisions'
  41. - 'view the administration theme'