Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / user / migration_templates / user_picture_field.yml
diff --git a/web/core/modules/user/migration_templates/user_picture_field.yml b/web/core/modules/user/migration_templates/user_picture_field.yml
deleted file mode 100644 (file)
index 7f7134d..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-id: user_picture_field
-label: User picture field configuration
-migration_tags:
-  - Drupal 6
-  - Drupal 7
-source:
-  # We do an empty source and a proper destination to have an idmap for
-  # dependencies.
-  plugin: md_empty
-  constants:
-    entity_type: user
-    type: image
-    name: user_picture
-    cardinality: 1
-  source_module: user
-process:
-  entity_type: 'constants/entity_type'
-  field_name: 'constants/name'
-  type: 'constants/type'
-  cardinality: 'constants/cardinality'
-destination:
-  plugin: entity:field_storage_config
-  dependencies:
-    module:
-      - image