Version 1
[yaffs-website] / web / core / modules / user / migration_templates / 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 source:
7   plugin: user_picture_instance
8   constants:
9     entity_type: user
10     bundle: user
11     form_mode: default
12     name: user_picture
13     type: image_image
14     options:
15       settings:
16         progress_indicator: throbber
17         preview_image_style: thumbnail
18 process:
19   entity_type: 'constants/entity_type'
20   bundle: 'constants/bundle'
21   field_name: 'constants/name'
22   form_mode: 'constants/form_mode'
23   type: 'constants/type'
24   options: 'constants/options'
25   'options/type': '@type'
26 destination:
27   plugin: component_entity_form_display
28 migration_dependencies:
29   required:
30     - user_picture_field_instance