You are here

d6_upload_entity_display.yml in Zircon Profile 8

core/modules/file/migration_templates/d6_upload_entity_display.yml

File

core/modules/file/migration_templates/d6_upload_entity_display.yml
View source
  1. id: d6_upload_entity_display
  2. label: Upload display configuration
  3. migration_tags:
  4. - Drupal 6
  5. source:
  6. plugin: d6_upload_instance
  7. constants:
  8. entity_type: node
  9. view_mode: default
  10. name: upload
  11. type: file_default
  12. options:
  13. label: hidden
  14. settings: {}
  15. process:
  16. entity_type: 'constants/entity_type'
  17. bundle: node_type
  18. view_mode: 'constants/view_mode'
  19. field_name: 'constants/name'
  20. type: 'constants/type'
  21. options: 'constants/options'
  22. 'options/type': '@type'
  23. destination:
  24. plugin: component_entity_display
  25. migration_dependencies:
  26. required:
  27. - d6_upload_field_instance