Skip to content
d6_comment_entity_display.yml 663 B
Newer Older
  constants:
    entity_type: node
    view_mode: default
    options:
      label: hidden
      type: comment_default
      weight: 20
process:
  entity_type: 'constants/entity_type'
  field_name:
    -
      plugin: migration_lookup
      source: type
      migration: d6_comment_type
    -
      plugin: skip_on_empty
      method: row
  view_mode: 'constants/view_mode'
  options: 'constants/options'
destination:
  plugin: component_entity_display
migration_dependencies:
  required:
    - d6_comment_field_instance