content_translation.schema.yml

Same filename in other branches
  1. 8.9.x core/modules/content_translation/config/schema/content_translation.schema.yml
  2. 10 core/modules/content_translation/config/schema/content_translation.schema.yml
  3. 11.x core/modules/content_translation/config/schema/content_translation.schema.yml
core/modules/content_translation/config/schema/content_translation.schema.yml

File

core/modules/content_translation/config/schema/content_translation.schema.yml

View source
  1. # Schema for the Content Translation module.
  2. field.field.*.*.*.third_party.content_translation:
  3. type: mapping
  4. label: 'Content translation field settings'
  5. mapping:
  6. translation_sync:
  7. type: sequence
  8. label: 'Field properties for which to synchronize translations'
  9. sequence:
  10. type: string
  11. label: 'Field column for which to synchronize translations'
  12. language.content_settings.*.*.third_party.content_translation:
  13. type: mapping
  14. label: 'Content translation content settings'
  15. mapping:
  16. enabled:
  17. type: boolean
  18. label: 'Content translation enabled'
  19. bundle_settings:
  20. type: sequence
  21. label: 'Content translation bundle settings'
  22. sequence:
  23. type: string
  24. label: 'Bundle settings values'

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