You are here

user_picture_entity_display.yml in Drupal 8

core/modules/user/migrations/user_picture_entity_display.yml

File

core/modules/user/migrations/user_picture_entity_display.yml
View source
  1. id: user_picture_entity_display
  2. label: User picture 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. view_mode: default
  13. name: user_picture
  14. type: image
  15. options:
  16. label: hidden
  17. settings:
  18. image_style: ''
  19. image_link: content
  20. process:
  21. entity_type: 'constants/entity_type'
  22. bundle: 'constants/bundle'
  23. view_mode: 'constants/view_mode'
  24. field_name: 'constants/name'
  25. type: 'constants/type'
  26. options: 'constants/options'
  27. 'options/type': '@type'
  28. destination:
  29. plugin: component_entity_display
  30. migration_dependencies:
  31. required:
  32. - user_picture_field_instance