X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffile%2Fmigration_templates%2Fd6_upload_field.yml;fp=web%2Fcore%2Fmodules%2Ffile%2Fmigration_templates%2Fd6_upload_field.yml;h=0000000000000000000000000000000000000000;hp=ecd095949e0b9c5a5f2126d8798e32d35c2f5810;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/file/migration_templates/d6_upload_field.yml b/web/core/modules/file/migration_templates/d6_upload_field.yml deleted file mode 100644 index ecd095949..000000000 --- a/web/core/modules/file/migration_templates/d6_upload_field.yml +++ /dev/null @@ -1,26 +0,0 @@ -id: d6_upload_field -label: Upload field configuration -migration_tags: - - Drupal 6 -source: - # We do an empty source and a proper destination to have an idmap for - # migration_dependencies. - plugin: md_empty - source_module: upload - constants: - entity_type: node - type: file - name: upload - cardinality: -1 - display_field: true -process: - entity_type: 'constants/entity_type' - field_name: 'constants/name' - type: 'constants/type' - cardinality: 'constants/cardinality' - 'settings/display_field': 'constants/display_field' -destination: - plugin: entity:field_storage_config - dependencies: - module: - - file