Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / file / migration_templates / d6_upload.yml
diff --git a/web/core/modules/file/migration_templates/d6_upload.yml b/web/core/modules/file/migration_templates/d6_upload.yml
deleted file mode 100644 (file)
index a497099..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-id: d6_upload
-label: File uploads
-migration_tags:
-  - Drupal 6
-source:
-  plugin: d6_upload
-process:
-  nid: nid
-  vid: vid
-  type: type
-  upload:
-    plugin: sub_process
-    source: upload
-    process:
-      target_id:
-        plugin: migration_lookup
-        migration: d6_file
-        source: fid
-      display: list
-      description: description
-destination:
-  plugin: entity:node
-migration_dependencies:
-  required:
-    - d6_file
-    - d6_node
-    - d6_upload_field_instance