1id: user_profile_field_instance
2label: User profile field instance configuration
3migration_tags:
4  - Drupal 6
5  - Drupal 7
6  - Configuration
7source:
8  plugin: profile_field
9  constants:
10    entity_type: user
11    bundle: user
12process:
13  entity_type: 'constants/entity_type'
14  bundle: 'constants/bundle'
15  label: title
16  description: explanation
17  field_name:
18    -
19      plugin: migration_lookup
20      migration: user_profile_field
21      source: fid
22    -
23      plugin: skip_on_empty
24      method: row
25    -
26      plugin: extract
27      index:
28        - 1
29  required: required
30destination:
31  plugin: entity:field_config
32migration_dependencies:
33  required:
34    - user_profile_field
35