Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / aggregator / migration_templates / d7_aggregator_settings.yml
diff --git a/web/core/modules/aggregator/migration_templates/d7_aggregator_settings.yml b/web/core/modules/aggregator/migration_templates/d7_aggregator_settings.yml
deleted file mode 100644 (file)
index 3396950..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-id: d7_aggregator_settings
-label: Aggregator configuration
-migration_tags:
-  - Drupal 7
-source:
-  plugin: variable
-  variables:
-    - aggregator_fetcher
-    - aggregator_parser
-    - aggregator_processors
-    - aggregator_allowed_html_tags
-    - aggregator_teaser_length
-    - aggregator_clear
-    - aggregator_summary_items
-  source_module: aggregator
-process:
-  fetcher: aggregator_fetcher
-  parser: aggregator_parser
-  processors: aggregator_processors
-  'items/allowed_html': aggregator_allowed_html_tags
-  'items/teaser_length': aggregator_teaser_length
-  'items/expire': aggregator_clear
-  'source/list_max': aggregator_summary_items
-destination:
-  plugin: config
-  config_name: aggregator.settings