Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / file / migration_templates / d6_upload_field_instance.yml
diff --git a/web/core/modules/file/migration_templates/d6_upload_field_instance.yml b/web/core/modules/file/migration_templates/d6_upload_field_instance.yml
deleted file mode 100644 (file)
index 732153a..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-id: d6_upload_field_instance
-label: Upload field instance configuration
-migration_tags:
-  - Drupal 6
-source:
-  plugin: d6_upload_instance
-  constants:
-    entity_type: node
-    name: upload
-    settings:
-      description_field: 1
-process:
-  entity_type: 'constants/entity_type'
-  bundle:
-    -
-      plugin: migration_lookup
-      migration: d6_node_type
-      source: node_type
-    -
-      plugin: skip_on_empty
-      method: row
-  field_name: 'constants/name'
-  settings: 'constants/settings'
-  'settings/file_extensions': file_extensions
-  'settings/max_filesize': max_filesize
-destination:
-  plugin: entity:field_config
-migration_dependencies:
-  required:
-    - d6_upload_field
-    - d6_node_type