uc_product_attribute.yml in Commerce Migrate 3.1.x
Same filename and directory in other branches
modules/ubercart/migrations/uc_product_attribute.yml
File
modules/ubercart/migrations/uc_product_attribute.ymlView source
- id: uc_product_attribute
- label: Ubercart attribute
- migration_tags:
- - Drupal 6
- - Drupal 7
- - Ubercart
- - Configuration
- source:
- plugin: uc_attribute
- process:
- id:
- -
- plugin: migration_lookup
- migration: uc_attribute_field
- source: aid
- -
- plugin: extract
- index:
- - 1
- -
- plugin: substr
- start: 10
- label: label
- elementType:
- plugin: static_map
- bypass: true
- source: display
- map:
- # Text field
- 0: text
- # Select box
- 1: select
- # Radio buttons
- 2: radios
- # Checkboxes
- 3: checkbox
- destination:
- plugin: entity:commerce_product_attribute
- destination_module: commerce_product
- migration_dependencies:
- required:
- - uc_attribute_field