Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / user / migrations / user_profile_field_instance.yml
diff --git a/web/core/modules/user/migrations/user_profile_field_instance.yml b/web/core/modules/user/migrations/user_profile_field_instance.yml
new file mode 100644 (file)
index 0000000..50e0bd2
--- /dev/null
@@ -0,0 +1,23 @@
+id: user_profile_field_instance
+label: User profile field instance configuration
+migration_tags:
+  - Drupal 6
+  - Drupal 7
+  - Configuration
+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