Version 1
[yaffs-website] / web / core / modules / taxonomy / migration_templates / d6_vocabulary_entity_form_display.yml
diff --git a/web/core/modules/taxonomy/migration_templates/d6_vocabulary_entity_form_display.yml b/web/core/modules/taxonomy/migration_templates/d6_vocabulary_entity_form_display.yml
new file mode 100644 (file)
index 0000000..4ac6d64
--- /dev/null
@@ -0,0 +1,38 @@
+id: d6_vocabulary_entity_form_display
+label: Vocabulary form display configuration
+migration_tags:
+  - Drupal 6
+source:
+  plugin: d6_taxonomy_vocabulary_per_type
+  constants:
+    entity_type: node
+    form_mode: default
+    options:
+      weight: 20
+process:
+  entity_type: 'constants/entity_type'
+  form_mode: 'constants/form_mode'
+  options/type:
+    plugin: static_map
+    source: tags
+    map:
+      0: options_select
+      1: entity_reference_autocomplete_tags
+  options/weight: 'constants/options/weight'
+  bundle:
+    -
+      plugin: migration_lookup
+      migration: d6_node_type
+      source: type
+    -
+      plugin: skip_on_empty
+      method: row
+  field_name:
+    plugin: migration_lookup
+    migration: d6_taxonomy_vocabulary
+    source: vid
+destination:
+  plugin: component_entity_form_display
+migration_dependencies:
+  required:
+    - d6_vocabulary_field_instance