73366362690a4b14bf9ca64afb150100b13cde3f
[yaffs-website] / web / core / modules / user / migrations / user_profile_entity_display.yml
1 id: user_profile_entity_display
2 label: User profile display 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     bundle: user
12     view_mode: default
13     options:
14       label: hidden
15       settings: {}
16 process:
17   entity_type: 'constants/entity_type'
18   bundle: 'constants/bundle'
19   view_mode: 'constants/view_mode'
20   field_name: name
21   type:
22     plugin: static_map
23     source: type
24     map:
25       checkbox: list_default
26       date: datetime_default
27       list: text_default
28       selection: list_default
29       textfield: text_default
30       textarea: text_default
31       url: link
32   options: 'constants/options'
33   'options/type': '@type'
34   hidden:
35     plugin: static_map
36     source: visibility
37     default_value: false
38     map:
39       1: true # PROFILE_PRIVATE
40       4: true # PROFILE_HIDDEN
41 destination:
42   plugin: component_entity_display
43 migration_dependencies:
44   required:
45     - user_profile_field_instance