uc_order_field.yml in Commerce Migrate 8.2
Same filename and directory in other branches
modules/ubercart/migrations/uc_order_field.yml
File
modules/ubercart/migrations/uc_order_field.ymlView source
- id: uc_order_field
- label: Order fields
- migration_tags:
- - Drupal 6
- - Drupal 7
- - Configuration
- - Ubercart
- source:
- plugin: embedded_data
- constants:
- cardinality: -1
- entity_type: commerce_order
- langcode: und
- translatable: true
- type: string_long
- data_rows:
- -
- field_name: field_order_comments
- settings:
- target_type: commerce_order
- -
- field_name: field_order_admin_comments
- settings:
- target_type: commerce_order
- -
- field_name: field_order_logs
- settings:
- target_type: commerce_order
- ids:
- field_name:
- type: string
- source_module: uc_order
- process:
- field_name: field_name
- cardinality: 'constants/cardinality'
- entity_type: 'constants/entity_type'
- langcode: 'constants/langcode'
- translatable: 'constants/translatable'
- type: 'constants/type'
- destination:
- plugin: entity:field_storage_config
- destination_module: commerce_order