content_translation.schema.yml

Same filename and directory in other branches
  1. 11.x core/modules/content_translation/config/schema/content_translation.schema.yml
  2. 10 core/modules/content_translation/config/schema/content_translation.schema.yml
  3. 9 core/modules/content_translation/config/schema/content_translation.schema.yml
  4. 8.9.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. content_translation_field_third_party_settings:
  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. core.base_field_override.*.*.*.third_party.content_translation:
  13. type: content_translation_field_third_party_settings
  14. field.field.*.*.*.third_party.content_translation:
  15. type: content_translation_field_third_party_settings
  16. language.content_settings.*.*.third_party.content_translation:
  17. type: mapping
  18. label: 'Content translation content settings'
  19. mapping:
  20. enabled:
  21. type: boolean
  22. label: 'Content translation enabled'
  23. bundle_settings:
  24. type: sequence
  25. label: 'Content translation bundle settings'
  26. sequence:
  27. type: string
  28. label: 'Bundle settings values'

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