Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / aggregator / migration_templates / d7_aggregator_item.yml
diff --git a/web/core/modules/aggregator/migration_templates/d7_aggregator_item.yml b/web/core/modules/aggregator/migration_templates/d7_aggregator_item.yml
deleted file mode 100644 (file)
index 054ba43..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-id: d7_aggregator_item
-label: Aggregator items
-migration_tags:
-  - Drupal 7
-source:
-  plugin: aggregator_item
-process:
-  iid: iid
-  fid:
-    plugin: migration_lookup
-    migration: d7_aggregator_feed
-    source: fid
-  title: title
-  link: link
-  author: author
-  description: description
-  timestamp: timestamp
-  guid: guid
-destination:
-  plugin: entity:aggregator_item
-migration_dependencies:
-  required:
-    - d7_aggregator_feed