Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / comment / migration_templates / d6_comment_field.yml
diff --git a/web/core/modules/comment/migration_templates/d6_comment_field.yml b/web/core/modules/comment/migration_templates/d6_comment_field.yml
deleted file mode 100644 (file)
index 5cbf5d4..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-id: d6_comment_field
-label: Comment field configuration
-migration_tags:
-  - Drupal 6
-source:
-  plugin: d6_node_type
-  constants:
-    entity_type: node
-    type: comment
-process:
-  entity_type: 'constants/entity_type'
-  field_name:
-    -
-      plugin: migration_lookup
-      source: type
-      migration: d6_comment_type
-    -
-      plugin: skip_on_empty
-      method: row
-  type: 'constants/type'
-  'settings/comment_type': '@field_name'
-destination:
-  plugin: entity:field_storage_config
-migration_dependencies:
-  required:
-    - d6_comment_type