Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / file / migration_templates / d6_upload_field_instance.yml
1 id: d6_upload_field_instance
2 label: Upload field instance configuration
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: d6_upload_instance
7   constants:
8     entity_type: node
9     name: upload
10     settings:
11       description_field: 1
12 process:
13   entity_type: 'constants/entity_type'
14   bundle:
15     -
16       plugin: migration_lookup
17       migration: d6_node_type
18       source: node_type
19     -
20       plugin: skip_on_empty
21       method: row
22   field_name: 'constants/name'
23   settings: 'constants/settings'
24   'settings/file_extensions': file_extensions
25   'settings/max_filesize': max_filesize
26 destination:
27   plugin: entity:field_config
28 migration_dependencies:
29   required:
30     - d6_upload_field
31     - d6_node_type