user.role.translator.yml 991 B

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