Mercurial > hg > isophonics-drupal-site
annotate core/modules/node/node.permissions.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@0 | 1 bypass node access: |
Chris@0 | 2 title: 'Bypass content access control' |
Chris@0 | 3 description: 'View, edit and delete all content regardless of permission restrictions.' |
Chris@0 | 4 restrict access: true |
Chris@0 | 5 administer content types: |
Chris@0 | 6 title: 'Administer content types' |
Chris@0 | 7 description: 'Maintain the types of content available and the fields that are associated with those types.' |
Chris@0 | 8 restrict access: true |
Chris@0 | 9 administer nodes: |
Chris@0 | 10 title: 'Administer content' |
Chris@0 | 11 description: 'Promote, change ownership, edit revisions, and perform other tasks across all content types.' |
Chris@0 | 12 restrict access: true |
Chris@0 | 13 access content overview: |
Chris@0 | 14 title: 'Access the Content overview page' |
Chris@0 | 15 view own unpublished content: |
Chris@0 | 16 title: 'View own unpublished content' |
Chris@0 | 17 view all revisions: |
Chris@0 | 18 title: 'View all revisions' |
Chris@0 | 19 description: 'To view a revision, you also need permission to view the content item.' |
Chris@0 | 20 revert all revisions: |
Chris@0 | 21 title: 'Revert all revisions' |
Chris@0 | 22 description: 'To revert a revision, you also need permission to edit the content item.' |
Chris@0 | 23 delete all revisions: |
Chris@0 | 24 title: 'Delete all revisions' |
Chris@0 | 25 description: 'To delete a revision, you also need permission to delete the content item.' |
Chris@0 | 26 |
Chris@0 | 27 permission_callbacks: |
Chris@0 | 28 - \Drupal\node\NodePermissions::nodeTypePermissions |