You are here

user.role.editor.yml in Drupal 9

Same filename and directory in other branches
  1. 8 core/profiles/demo_umami/config/install/user.role.editor.yml
core/profiles/demo_umami/config/install/user.role.editor.yml

File

core/profiles/demo_umami/config/install/user.role.editor.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - node.type.article
  6. - node.type.page
  7. - node.type.recipe
  8. - taxonomy.vocabulary.recipe_category
  9. - taxonomy.vocabulary.tags
  10. - workflows.workflow.editorial
  11. module:
  12. - content_moderation
  13. - content_translation
  14. - contextual
  15. - file
  16. - node
  17. - path
  18. - shortcut
  19. - system
  20. - taxonomy
  21. - toolbar
  22. id: editor
  23. label: Editor
  24. weight: 4
  25. is_admin: null
  26. permissions:
  27. - 'access administration pages'
  28. - 'access content overview'
  29. - 'access contextual links'
  30. - 'access files overview'
  31. - 'access taxonomy overview'
  32. - 'access toolbar'
  33. - 'administer shortcuts'
  34. - 'cancel account'
  35. - 'change own username'
  36. - 'create content translations'
  37. - 'create terms in recipe_category'
  38. - 'create terms in tags'
  39. - 'create url aliases'
  40. - 'delete all revisions'
  41. - 'delete any article content'
  42. - 'delete any page content'
  43. - 'delete any recipe content'
  44. - 'delete article revisions'
  45. - 'delete content translations'
  46. - 'delete page revisions'
  47. - 'delete recipe revisions'
  48. - 'delete terms in recipe_category'
  49. - 'delete terms in tags'
  50. - 'edit any article content'
  51. - 'edit any page content'
  52. - 'edit any recipe content'
  53. - 'edit terms in recipe_category'
  54. - 'edit terms in tags'
  55. - 'revert all revisions'
  56. - 'revert article revisions'
  57. - 'revert page revisions'
  58. - 'revert recipe revisions'
  59. - 'translate any entity'
  60. - 'update content translations'
  61. - 'use editorial transition archive'
  62. - 'use editorial transition archived_published'
  63. - 'use editorial transition publish'
  64. - 'view all revisions'
  65. - 'view any unpublished content'
  66. - 'view article revisions'
  67. - 'view latest version'
  68. - 'view page revisions'
  69. - 'view recipe revisions'
  70. - 'view the administration theme'