You are here

d7_entity_translation_settings.yml in Drupal 10

core/modules/content_translation/migrations/d7_entity_translation_settings.yml

File

core/modules/content_translation/migrations/d7_entity_translation_settings.yml
View source
  1. id: d7_entity_translation_settings
  2. label: Drupal 7 Entity Translation settings
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. - Multilingual
  7. source:
  8. plugin: d7_entity_translation_settings
  9. process:
  10. id: id
  11. target_entity_type_id: target_entity_type_id
  12. target_bundle: target_bundle
  13. default_langcode:
  14. plugin: static_map
  15. source: default_langcode
  16. bypass: true
  17. map:
  18. xx-et-default: site_default
  19. xx-et-current: current_interface
  20. xx-et-author: authors_default
  21. language_alterable: language_alterable
  22. third_party_settings/content_translation/enabled:
  23. plugin: default_value
  24. default_value: true
  25. third_party_settings/content_translation/bundle_settings/untranslatable_fields_hide: untranslatable_fields_hide
  26. destination:
  27. plugin: entity:language_content_settings
  28. migration_dependencies:
  29. required:
  30. - language
  31. optional:
  32. - d7_comment_type
  33. - d7_node_type
  34. - d7_taxonomy_vocabulary