user.role.admin.yml 1.2 KB

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