X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Fmigrations%2Fd6_vocabulary_field_instance.yml;h=2206cfb57aaad4a5b49a84651d7a0ddb0bf68a4a;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=2c482e2f325d8837901f656136e83551e5d78265;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/modules/taxonomy/migrations/d6_vocabulary_field_instance.yml b/web/core/modules/taxonomy/migrations/d6_vocabulary_field_instance.yml index 2c482e2f3..2206cfb57 100644 --- a/web/core/modules/taxonomy/migrations/d6_vocabulary_field_instance.yml +++ b/web/core/modules/taxonomy/migrations/d6_vocabulary_field_instance.yml @@ -51,6 +51,21 @@ process: 'settings/handler_settings/target_bundles/0': '@field_name' 'settings/handler_settings/auto_create': 'constants/auto_create' required: required + # Get the i18n taxonomy translation setting for this vocabulary. + # 0 - No multilingual options + # 1 - Localizable terms. Run through the localization system. + # 2 - Predefined language for a vocabulary and its terms. + # 3 - Per-language terms, translatable (referencing terms with different + # languages) but not localizable. + translatable: + plugin: static_map + source: i18ntaxonomy_vocabulary + default_value: 0 + map: + 0: false + 1: false + 2: false + 3: true destination: plugin: entity:field_config migration_dependencies: