Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / language / migrations / d6_language_content_menu_settings.yml
diff --git a/web/core/modules/language/migrations/d6_language_content_menu_settings.yml b/web/core/modules/language/migrations/d6_language_content_menu_settings.yml
new file mode 100644 (file)
index 0000000..8e015f2
--- /dev/null
@@ -0,0 +1,21 @@
+id: d6_language_content_menu_settings
+label: Drupal 6 language content menu settings
+migration_tags:
+  - Drupal 6
+  - Configuration
+source:
+  plugin: extension
+  name: i18nmenu
+  constants:
+    target_type: 'menu_link_content'
+    langcode: 'site_default'
+process:
+  target_entity_type_id: 'constants/target_type'
+  # menu_link_content has a bundle key but no bundle support so use the entity
+  # type as the bundle.
+  target_bundle: 'constants/target_type'
+  default_langcode: 'constants/langcode'
+  # Drupal 6 menus are translated when the i18nmenu module is enabled.
+  language_alterable: status
+destination:
+  plugin: entity:language_content_settings