This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/core/modules/node/node.permissions.yml
2017-02-13 15:31:17 +00:00

30 lines
1.2 KiB
YAML

bypass node access:
title: 'Bypass content access control'
description: 'View, edit and delete all content regardless of permission restrictions.'
restrict access: true
administer content types:
title: 'Administer content types'
description: 'Maintain the types of content available and the fields that are associated with those types.'
restrict access: true
administer nodes:
title: 'Administer content'
description: 'Promote, change ownership, edit revisions, and perform other tasks across all content types.'
restrict access: true
access content overview:
title: 'Access the Content overview page'
access content:
title: 'View published content'
view own unpublished content:
title: 'View own unpublished content'
view all revisions:
title: 'View all revisions'
revert all revisions:
title: 'Revert all revisions'
description: 'Role requires permission <em>view revisions</em> and <em>edit rights</em> for nodes in question or <em>administer nodes</em>.'
delete all revisions:
title: 'Delete all revisions'
description: 'Role requires permission to <em>view revisions</em> and <em>delete rights</em> for nodes in question or <em>administer nodes</em>.'
permission_callbacks:
- \Drupal\node\NodePermissions::nodeTypePermissions