You are here

magento2_profile_type.yml in Commerce Migrate 3.1.x

modules/magento/migrations/magento2_profile_type.yml

File

modules/magento/migrations/magento2_profile_type.yml
View source
  1. id: magento2_profile_type
  2. label: Migrate profile types
  3. migration_group: commerce_migrate_magento2
  4. migration_tags:
  5. - Configuration
  6. - Magento 2
  7. source:
  8. plugin: embedded_data
  9. data_rows:
  10. -
  11. id: customer
  12. label: Customer
  13. multiple: true
  14. use_revisions: true
  15. -
  16. id: shipping
  17. label: Shipping
  18. multiple: true
  19. use_revisions: true
  20. ids:
  21. id:
  22. type: string
  23. source_module: uc_orders
  24. process:
  25. id: id
  26. langcode: destination_default_langcode
  27. label: label
  28. multiple: multiple
  29. use_revisions: use_revisions
  30. destination:
  31. plugin: entity:profile_type
  32. destination_module: profile