You are here

node.permissions.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/node/node.permissions.yml
core/modules/node/node.permissions.yml

File

core/modules/node/node.permissions.yml
View source
  1. bypass node access:
  2. title: 'Bypass content access control'
  3. description: 'View, edit and delete all content regardless of permission restrictions.'
  4. restrict access: true
  5. administer content types:
  6. title: 'Administer content types'
  7. description: 'Maintain the types of content available and the fields that are associated with those types.'
  8. restrict access: true
  9. administer nodes:
  10. title: 'Administer content'
  11. description: 'Promote, change ownership, edit revisions, and perform other tasks across all content types.'
  12. restrict access: true
  13. access content overview:
  14. title: 'Access the Content overview page'
  15. description: 'Get an overview of all content.'
  16. access content:
  17. title: 'View published content'
  18. view own unpublished content:
  19. title: 'View own unpublished content'
  20. view all revisions:
  21. title: 'View all revisions'
  22. revert all revisions:
  23. title: 'Revert all revisions'
  24. description: 'Role requires permission <em>view revisions</em> and <em>edit rights</em> for nodes in question or <em>administer nodes</em>.'
  25. delete all revisions:
  26. title: 'Delete all revisions'
  27. description: 'Role requires permission to <em>view revisions</em> and <em>delete rights</em> for nodes in question or <em>administer nodes</em>.'
  28. permission_callbacks:
  29. - \Drupal\node\NodePermissions::nodeTypePermissions