You are here

commerce1_product_variation_type.yml in Commerce Migrate 3.0.x

modules/commerce/migrations/commerce1_product_variation_type.yml

File

modules/commerce/migrations/commerce1_product_variation_type.yml
View source
  1. id: commerce1_product_variation_type
  2. label: Commerce product variation type
  3. migration_tags:
  4. - Drupal 7
  5. - Commerce
  6. - Configuration
  7. source:
  8. plugin: commerce1_product_type
  9. constants:
  10. generate_title: false
  11. line_item_type: product_variation
  12. order_item_type: default
  13. process:
  14. id: type
  15. revision: revision
  16. type: type
  17. label: name
  18. description: description
  19. help: help
  20. generateTitle: 'constants/generate_title'
  21. lineItemType: 'constants/line_item_type'
  22. orderItemType:
  23. plugin: default_value
  24. source: line_item_type
  25. default_value: default
  26. destination:
  27. plugin: 'entity:commerce_product_variation_type'
  28. destination_module: commerce_product