user.role.content_editor.yml

Same filename in this branch
  1. main core/recipes/content_editor_role/config/user.role.content_editor.yml
Same filename and directory in other branches
  1. 10 core/profiles/standard/config/install/user.role.content_editor.yml
  2. 11.x core/profiles/standard/config/install/user.role.content_editor.yml
  3. 11.x core/recipes/content_editor_role/config/user.role.content_editor.yml
  4. 9 core/profiles/standard/config/install/user.role.content_editor.yml
core/profiles/standard/config/install/user.role.content_editor.yml
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
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - contextual
  6. - file
  7. - navigation
  8. - node
  9. - path
  10. - system
  11. id: content_editor
  12. label: 'Content editor'
  13. weight: 2
  14. is_admin: false
  15. permissions:
  16. - 'access administration pages'
  17. - 'access content overview'
  18. - 'access contextual links'
  19. - 'access files overview'
  20. - 'access navigation'
  21. - 'administer url aliases'
  22. - 'create url aliases'
  23. - 'delete own files'
  24. - 'revert all revisions'
  25. - 'view all revisions'
  26. - 'view own unpublished content'
  27. - 'view the administration theme'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.