Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / web / core / modules / file / migration_templates / d6_upload_entity_form_display.yml
1 id: d6_upload_entity_form_display
2 label: Upload form display configuration
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: d6_upload_instance
7   constants:
8     empty: {}
9     entity_type: node
10     form_mode: default
11     name: upload
12     type: file_generic
13     options:
14       settings:
15         progress_indicator: throbber
16 process:
17   entity_type: 'constants/entity_type'
18   bundle:
19     -
20       plugin: migration_lookup
21       migration: d6_node_type
22       source: node_type
23     -
24       plugin: skip_on_empty
25       method: row
26   field_name: 'constants/name'
27   form_mode: 'constants/form_mode'
28   type: 'constants/type'
29   options: 'constants/options'
30   'options/type': '@type'
31 destination:
32   plugin: component_entity_form_display
33 migration_dependencies:
34   required:
35     - d6_upload_field_instance