Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / user / migration_templates / user_profile_field.yml
diff --git a/web/core/modules/user/migration_templates/user_profile_field.yml b/web/core/modules/user/migration_templates/user_profile_field.yml
deleted file mode 100644 (file)
index 3ba0eee..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-id: user_profile_field
-label: User profile field configuration
-migration_tags:
-  - Drupal 6
-  - Drupal 7
-source:
-  plugin: profile_field
-  constants:
-    entity_type: user
-process:
-  entity_type: 'constants/entity_type'
-  field_name: name
-  type:
-    plugin: static_map
-    source: type
-    map:
-      checkbox: boolean
-      date: datetime
-      list: text
-      selection: list_string
-      textfield: text
-      textarea: text_long
-      url: link
-  settings:
-    plugin: profile_field_settings
-    source: type
-  'settings/allowed_values': options
-  cardinality:
-    plugin: static_map
-    default_value: 1
-    source: type
-    map:
-      list: -1
-destination:
-  plugin: entity:field_storage_config