Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / file / migration_templates / d6_upload_entity_display.yml
1 id: d6_upload_entity_display
2 label: Upload display configuration
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: d6_upload_instance
7   constants:
8     entity_type: node
9     view_mode: default
10     name: upload
11     type: file_default
12     options:
13       label: hidden
14       settings: {}
15 process:
16   entity_type: 'constants/entity_type'
17   bundle:
18     -
19       plugin: migration_lookup
20       migration: d6_node_type
21       source: node_type
22     -
23       plugin: skip_on_empty
24       method: row
25   view_mode: 'constants/view_mode'
26   field_name: 'constants/name'
27   type: 'constants/type'
28   options: 'constants/options'
29   'options/type': '@type'
30 destination:
31   plugin: component_entity_display
32 migration_dependencies:
33   required:
34     - d6_upload_field_instance