Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / taxonomy / migrations / d6_vocabulary_field_instance.yml
index 2c482e2f325d8837901f656136e83551e5d78265..2206cfb57aaad4a5b49a84651d7a0ddb0bf68a4a 100644 (file)
@@ -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: