user.role.translator.yml 916 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. uuid: db60f537-3369-4dd0-af59-8af8e234cfed
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - node.type.book
  7. - node.type.static
  8. module:
  9. - block_content
  10. - content_translation
  11. - node
  12. - paragraphs
  13. - system
  14. id: translator
  15. label: Translator
  16. weight: -4
  17. is_admin: null
  18. permissions:
  19. - 'access administration pages'
  20. - 'administer content translation'
  21. - 'create book content'
  22. - 'create content translations'
  23. - 'create static content'
  24. - 'delete content translations'
  25. - 'delete own book content'
  26. - 'delete own static content'
  27. - 'edit own book content'
  28. - 'edit own static content'
  29. - 'translate any entity'
  30. - 'translate block_content'
  31. - 'translate book node'
  32. - 'translate editable entities'
  33. - 'translate paragraph'
  34. - 'translate static node'
  35. - 'translate user'
  36. - 'update content translations'
  37. - 'view own unpublished content'
  38. - 'view the administration theme'