Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / migration_templates / d6_vocabulary_entity_form_display.yml
1 id: d6_vocabulary_entity_form_display
2 label: Vocabulary form display configuration
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: d6_taxonomy_vocabulary_per_type
7   constants:
8     entity_type: node
9     form_mode: default
10     options:
11       weight: 20
12 process:
13   entity_type: 'constants/entity_type'
14   form_mode: 'constants/form_mode'
15   options/type:
16     plugin: static_map
17     source: tags
18     map:
19       0: options_select
20       1: entity_reference_autocomplete_tags
21   options/weight: 'constants/options/weight'
22   bundle:
23     -
24       plugin: migration_lookup
25       migration: d6_node_type
26       source: type
27     -
28       plugin: skip_on_empty
29       method: row
30   field_name:
31     plugin: migration_lookup
32     migration: d6_taxonomy_vocabulary
33     source: vid
34 destination:
35   plugin: component_entity_form_display
36 migration_dependencies:
37   required:
38     - d6_vocabulary_field_instance