You are here

user_picture_entity_form_display.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/user/migrations/user_picture_entity_form_display.yml
core/modules/user/migrations/user_picture_entity_form_display.yml

File

core/modules/user/migrations/user_picture_entity_form_display.yml
View source
  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