94d7defd06c2570fb0572eca5f8d6f4153476fb7
[yaffs-website] / web / core / modules / user / migrations / user_profile_field.yml
1 id: user_profile_field
2 label: User profile field configuration
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6   - Configuration
7 source:
8   plugin: profile_field
9   constants:
10     entity_type: user
11 process:
12   entity_type: 'constants/entity_type'
13   field_name: name
14   type:
15     plugin: static_map
16     source: type
17     map:
18       checkbox: boolean
19       date: datetime
20       list: text
21       selection: list_string
22       textfield: text
23       textarea: text_long
24       url: link
25   settings:
26     plugin: profile_field_settings
27     source: type
28   'settings/allowed_values': options
29   cardinality:
30     plugin: static_map
31     default_value: 1
32     source: type
33     map:
34       list: -1
35 destination:
36   plugin: entity:field_storage_config