user.role.content_editor.yml

Same filename and directory in other branches
  1. 9 core/profiles/standard/config/install/user.role.content_editor.yml
  2. 10 core/profiles/standard/config/install/user.role.content_editor.yml
core/profiles/standard/config/install/user.role.content_editor.yml

File

core/profiles/standard/config/install/user.role.content_editor.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - node.type.article
  6. - node.type.page
  7. - taxonomy.vocabulary.tags
  8. module:
  9. - comment
  10. - contextual
  11. - file
  12. - node
  13. - path
  14. - system
  15. - taxonomy
  16. - toolbar
  17. id: content_editor
  18. label: 'Content editor'
  19. weight: 2
  20. is_admin: false
  21. permissions:
  22. - 'access administration pages'
  23. - 'access content overview'
  24. - 'access contextual links'
  25. - 'access files overview'
  26. - 'access toolbar'
  27. - 'administer url aliases'
  28. - 'create article content'
  29. - 'create page content'
  30. - 'create terms in tags'
  31. - 'create url aliases'
  32. - 'delete article revisions'
  33. - 'delete own article content'
  34. - 'delete own files'
  35. - 'delete own page content'
  36. - 'delete page revisions'
  37. - 'edit own article content'
  38. - 'edit own comments'
  39. - 'edit own page content'
  40. - 'edit terms in tags'
  41. - 'revert all revisions'
  42. - 'view all revisions'
  43. - 'view own unpublished content'
  44. - 'view the administration theme'

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