Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / comment / migration_templates / d7_comment_entity_form_display_subject.yml
index c27303e8760ce201b4baeb29e82fcbc291bf08b9..b131c0ab6271b973214b664c732ff922df35b53f 100644 (file)
@@ -3,7 +3,7 @@ label: Comment subject form display configuration
 migration_tags:
   - Drupal 7
 source:
-  plugin: d7_comment_type
+  plugin: d7_node_type
   constants:
     entity_type: comment
     field_name: subject
@@ -16,13 +16,23 @@ process:
   field_name: 'constants/field_name'
   form_mode: 'constants/form_mode'
   options: 'constants/options'
+  bundle:
+    -
+      plugin: migration_lookup
+      source: type
+      migration: d7_comment_type
+    -
+      plugin: skip_on_empty
+      method: row
   hidden:
     plugin: static_map
-    source: subject
+    source: comment_subject_field
     map:
+      # If comment_subject_field = FALSE, then hidden = TRUE.
       0: true
+      # If comment_subject_field = TRUE, then hidden = FALSE.
       1: false
-  bundle: bundle
+    default_value: false
 destination:
   plugin: component_entity_form_display
 migration_dependencies: