view core/modules/comment/migrations/d7_comment_field.yml @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
line wrap: on
line source
id: d7_comment_field
label: Comment field configuration
migration_tags:
  - Drupal 7
  - Configuration
source:
  plugin: d7_node_type
  constants:
    entity_type: node
    type: comment
process:
  entity_type: 'constants/entity_type'
  field_name:
    -
      plugin: migration_lookup
      source: type
      migration: d7_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:
    - d7_comment_type