b9f213b392b51f6729df57a2e3e254b9be9a1dfc
[yaffs-website] / web / core / modules / user / migration_templates / user_profile_field_instance.yml
1 id: user_profile_field_instance
2 label: User profile field instance configuration
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6 source:
7   plugin: profile_field
8   constants:
9     entity_type: user
10     bundle: user
11 process:
12   entity_type: 'constants/entity_type'
13   bundle: 'constants/bundle'
14   label: title
15   description: explanation
16   field_name: name
17   required: required
18 destination:
19   plugin: entity:field_config
20 migration_dependencies:
21   required:
22     - user_profile_field