You are here

d6_upload_entity_form_display.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/file/migrations/d6_upload_entity_form_display.yml
core/modules/file/migrations/d6_upload_entity_form_display.yml

File

core/modules/file/migrations/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. - Configuration
  6. source:
  7. plugin: d6_upload_instance
  8. constants:
  9. empty: {}
  10. entity_type: node
  11. form_mode: default
  12. name: upload
  13. type: file_generic
  14. options:
  15. settings:
  16. progress_indicator: throbber
  17. process:
  18. entity_type: 'constants/entity_type'
  19. bundle:
  20. -
  21. plugin: migration_lookup
  22. migration: d6_node_type
  23. source: node_type
  24. -
  25. plugin: skip_on_empty
  26. method: row
  27. field_name: 'constants/name'
  28. form_mode: 'constants/form_mode'
  29. type: 'constants/type'
  30. options: 'constants/options'
  31. 'options/type': '@type'
  32. destination:
  33. plugin: component_entity_form_display
  34. migration_dependencies:
  35. required:
  36. - d6_upload_field_instance