3f404d6f5727d45d128e24bdb3e747fe7e4cd483
[yaffs-website] / web / core / modules / user / migration_templates / user_picture_entity_display.yml
1 id: user_picture_entity_display
2 label: User picture display configuration
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6 source:
7   plugin: user_picture_instance
8   constants:
9     entity_type: user
10     bundle: user
11     view_mode: default
12     name: user_picture
13     type: image
14     options:
15       label: hidden
16       settings:
17         image_style: ''
18         image_link: content
19 process:
20   entity_type: 'constants/entity_type'
21   bundle: 'constants/bundle'
22   view_mode: 'constants/view_mode'
23   field_name: 'constants/name'
24   type: 'constants/type'
25   options: 'constants/options'
26   'options/type': '@type'
27 destination:
28   plugin: component_entity_display
29 migration_dependencies:
30   required:
31     - user_picture_field_instance