Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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'

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal