Skip to content
d7_comment_field.yml 547 B
Newer Older
  constants:
    entity_type: node
    type: comment
process:
  entity_type: 'constants/entity_type'
      migration: d7_comment_type
    -
      plugin: skip_on_empty
      method: row
  'settings/comment_type': '@field_name'
destination:
  plugin: entity:field_storage_config
migration_dependencies:
  required:
    - d7_comment_type