Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / user / migration_templates / user_profile_field_instance.yml
diff --git a/web/core/modules/user/migration_templates/user_profile_field_instance.yml b/web/core/modules/user/migration_templates/user_profile_field_instance.yml
deleted file mode 100644 (file)
index b9f213b..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-id: user_profile_field_instance
-label: User profile field instance configuration
-migration_tags:
-  - Drupal 6
-  - Drupal 7
-source:
-  plugin: profile_field
-  constants:
-    entity_type: user
-    bundle: user
-process:
-  entity_type: 'constants/entity_type'
-  bundle: 'constants/bundle'
-  label: title
-  description: explanation
-  field_name: name
-  required: required
-destination:
-  plugin: entity:field_config
-migration_dependencies:
-  required:
-    - user_profile_field