user.role.editor.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. uuid: beddf5b8-6532-4373-9290-6d30ba62954d
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - node.type.book
  7. - node.type.static
  8. module:
  9. - block_content
  10. - book
  11. - content_translation
  12. - node
  13. - paragraphs
  14. - system
  15. - tablefield
  16. - toolbar
  17. id: editor
  18. label: Editor
  19. weight: -5
  20. is_admin: null
  21. permissions:
  22. - 'access administration pages'
  23. - 'access content overview'
  24. - 'access printer-friendly version'
  25. - 'access toolbar'
  26. - 'add content to books'
  27. - 'addrow tablefield'
  28. - 'administer book outlines'
  29. - 'administer content translation'
  30. - 'create book content'
  31. - 'create content translations'
  32. - 'create new books'
  33. - 'create static content'
  34. - 'delete content translations'
  35. - 'delete own book content'
  36. - 'delete own static content'
  37. - 'edit any book content'
  38. - 'edit any static content'
  39. - 'edit own book content'
  40. - 'edit own static content'
  41. - 'export tablefield'
  42. - 'import tablefield'
  43. - 'rebuild tablefield'
  44. - 'translate any entity'
  45. - 'translate block_content'
  46. - 'translate book node'
  47. - 'translate editable entities'
  48. - 'translate paragraph'
  49. - 'translate static node'
  50. - 'translate user'
  51. - 'update content translations'
  52. - 'view book revisions'
  53. - 'view own unpublished content'
  54. - 'view static revisions'
  55. - 'view the administration theme'