Skip to content
d6_comment_field.yml 565 B
Newer Older
  constants:
    entity_type: node
    type: comment
process:
  entity_type: 'constants/entity_type'
  field_name:
    -
      plugin: migration_lookup
      source: type
      migration: d6_comment_type
    -
      plugin: skip_on_empty
      method: row
  'settings/comment_type': '@field_name'
  plugin: entity:field_storage_config
migration_dependencies:
  required:
    - d6_comment_type