X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcomment%2Fmigration_templates%2Fd6_comment_type.yml;fp=web%2Fcore%2Fmodules%2Fcomment%2Fmigration_templates%2Fd6_comment_type.yml;h=0000000000000000000000000000000000000000;hp=b86ae246e7081f341134b15df2322f36b624c56c;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/comment/migration_templates/d6_comment_type.yml b/web/core/modules/comment/migration_templates/d6_comment_type.yml deleted file mode 100644 index b86ae246e..000000000 --- a/web/core/modules/comment/migration_templates/d6_comment_type.yml +++ /dev/null @@ -1,33 +0,0 @@ -id: d6_comment_type -label: Comment type -migration_tags: - - Drupal 6 -source: - plugin: d6_node_type - constants: - entity_type: node - id_prefix: 'comment_node_' - label_suffix: 'comment' -process: - target_entity_type_id: 'constants/entity_type' - id: - - - plugin: concat - source: - - 'constants/id_prefix' - - type - - - plugin: static_map - bypass: true - # The Forum module provides its own comment type (comment_forum), which we - # want to reuse if it exists. - map: - comment_node_forum: comment_forum - label: - plugin: concat - source: - - name - - 'constants/label_suffix' - delimiter: ' ' -destination: - plugin: entity:comment_type