magento2_profile_type.yml in Commerce Migrate 3.0.x
Same filename and directory in other branches
modules/magento/migrations/magento2_profile_type.yml
File
modules/magento/migrations/magento2_profile_type.ymlView source
- id: magento2_profile_type
- label: Migrate profile types
- migration_group: commerce_migrate_magento2
- migration_tags:
- - Configuration
- - Magento 2
- source:
- plugin: embedded_data
- data_rows:
- -
- id: customer
- label: Customer
- multiple: true
- use_revisions: true
- -
- id: shipping
- label: Shipping
- multiple: true
- use_revisions: true
- ids:
- id:
- type: string
- source_module: uc_orders
- process:
- id: id
- langcode: destination_default_langcode
- label: label
- multiple: multiple
- use_revisions: use_revisions
- destination:
- plugin: entity:profile_type
- destination_module: profile