user.role.content_editor.yml
Same filename in this branch
Same filename and directory in other branches
1 string reference to 'user.role.content_editor'
- StandardRecipeTest::testStandard in core/
tests/ Drupal/ FunctionalTests/ Core/ Recipe/ StandardRecipeTest.php - Tests Standard installation recipe.
File
-
core/
profiles/ standard/ config/ install/ user.role.content_editor.yml
View source
- langcode: en
- status: true
- dependencies:
- module:
- - contextual
- - file
- - navigation
- - node
- - path
- - system
- id: content_editor
- label: 'Content editor'
- weight: 2
- is_admin: false
- permissions:
- - 'access administration pages'
- - 'access content overview'
- - 'access contextual links'
- - 'access files overview'
- - 'access navigation'
- - 'administer url aliases'
- - 'create url aliases'
- - 'delete own files'
- - 'revert all revisions'
- - 'view all revisions'
- - 'view own unpublished content'
- - 'view the administration theme'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.