uc7_comment_field.yml in Commerce Migrate 3.1.x
Same filename and directory in other branches
modules/ubercart/migrations/uc7_comment_field.yml
File
modules/ubercart/migrations/uc7_comment_field.ymlView source
- id: uc7_comment_field
- label: Comment field configuration
- migration_tags:
- - Drupal 7
- - Configuration
- - Ubercart
- source:
- plugin: uc7_product_type
- constants:
- entity_type: commerce_product
- type: comment
- process:
- entity_type: 'constants/entity_type'
- field_name:
- -
- plugin: migration_lookup
- source: type
- migration: uc7_comment_type
- -
- plugin: skip_on_empty
- method: row
- type: 'constants/type'
- 'settings/comment_type': '@field_name'
- destination:
- plugin: entity:field_storage_config
- migration_dependencies:
- required:
- - uc7_comment_type