Commit 20895bdc authored by catch's avatar catch
Browse files

Issue #3176394 by huzooka, Wim Leers, quietone: Do not migrate comment related...

Issue #3176394 by huzooka, Wim Leers, quietone: Do not migrate comment related configurations if "comment" wasn't enabled on the source site
parent 1272ee66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ migration_tags:
  - Drupal 6
  - Configuration
source:
  plugin: d6_node_type
  plugin: comment_type
  constants:
    entity_type: node
    view_mode: default
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ migration_tags:
  - Drupal 6
  - Configuration
source:
  plugin: d6_node_type
  plugin: comment_type
  constants:
    entity_type: node
    form_mode: default
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ migration_tags:
  - Drupal 6
  - Configuration
source:
  plugin: d6_node_type
  plugin: comment_type
  constants:
    entity_type: comment
    field_name: subject
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ migration_tags:
  - Drupal 6
  - Configuration
source:
  plugin: d6_node_type
  plugin: comment_type
  constants:
    entity_type: node
    type: comment
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ migration_tags:
  - Drupal 6
  - Configuration
source:
  plugin: d6_node_type
  plugin: comment_type
  constants:
    entity_type: node
    label: Comments
Loading