You are here

d6_upload_entity_form_display.yml in Zircon Profile 8

core/modules/file/migration_templates/d6_upload_entity_form_display.yml

File

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