user.role.admin.yml 1.2 KB

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