6acd19fa4b8f82334b55e31f9ece1bc9d991ebae
[yaffs-website] / web / core / modules / user / migrations / user_picture_entity_form_display.yml
1 id: user_picture_entity_form_display
2 label: User picture form display configuration
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6   - Configuration
7 source:
8   plugin: user_picture_instance
9   constants:
10     entity_type: user
11     bundle: user
12     form_mode: default
13     name: user_picture
14     type: image_image
15     options:
16       settings:
17         progress_indicator: throbber
18         preview_image_style: thumbnail
19 process:
20   entity_type: 'constants/entity_type'
21   bundle: 'constants/bundle'
22   field_name: 'constants/name'
23   form_mode: 'constants/form_mode'
24   type: 'constants/type'
25   options: 'constants/options'
26   'options/type': '@type'
27 destination:
28   plugin: component_entity_form_display
29 migration_dependencies:
30   required:
31     - user_picture_field_instance