user.role.admin.yml 974 B

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