X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcomment%2Fmigration_templates%2Fd7_comment_entity_form_display_subject.yml;fp=web%2Fcore%2Fmodules%2Fcomment%2Fmigration_templates%2Fd7_comment_entity_form_display_subject.yml;h=0000000000000000000000000000000000000000;hp=b131c0ab6271b973214b664c732ff922df35b53f;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/comment/migration_templates/d7_comment_entity_form_display_subject.yml b/web/core/modules/comment/migration_templates/d7_comment_entity_form_display_subject.yml deleted file mode 100644 index b131c0ab6..000000000 --- a/web/core/modules/comment/migration_templates/d7_comment_entity_form_display_subject.yml +++ /dev/null @@ -1,40 +0,0 @@ -id: d7_comment_entity_form_display_subject -label: Comment subject form display configuration -migration_tags: - - Drupal 7 -source: - plugin: d7_node_type - constants: - entity_type: comment - field_name: subject - form_mode: default - options: - type: string_textfield - weight: 10 -process: - entity_type: 'constants/entity_type' - 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: comment_subject_field - map: - # If comment_subject_field = FALSE, then hidden = TRUE. - 0: true - # If comment_subject_field = TRUE, then hidden = FALSE. - 1: false - default_value: false -destination: - plugin: component_entity_form_display -migration_dependencies: - required: - - d7_comment_type