user.role.admin.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. langcode: fr
  2. status: true
  3. dependencies:
  4. config:
  5. - node.type.static
  6. module:
  7. - actions_permissions
  8. - content_translation
  9. - file
  10. - node
  11. - system
  12. - toolbar
  13. id: admin
  14. label: Admin
  15. weight: -7
  16. is_admin: null
  17. permissions:
  18. - 'access administration pages'
  19. - 'access files overview'
  20. - 'access toolbar'
  21. - 'administer users'
  22. - 'change own username'
  23. - 'create content translations'
  24. - 'edit any static content'
  25. - 'execute entity:save_action menu_link_content'
  26. - 'execute entity:save_action node'
  27. - 'execute entity:save_action taxonomy_term'
  28. - 'execute entity:save_action user'
  29. - 'execute node_assign_owner_action node'
  30. - 'execute node_promote_action node'
  31. - 'execute node_unpromote_action node'
  32. - 'execute user_add_role_action user'
  33. - 'execute user_block_user_action user'
  34. - 'execute user_remove_role_action user'
  35. - 'execute user_unblock_user_action user'
  36. - 'execute vbo_cancel_user_action user'
  37. - 'execute views_bulk_edit all'
  38. - 'revert static revisions'
  39. - 'update content translations'
  40. - 'view static revisions'
  41. - 'view the administration theme'