Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / aggregator / migrations / d6_aggregator_settings.yml
diff --git a/web/core/modules/aggregator/migrations/d6_aggregator_settings.yml b/web/core/modules/aggregator/migrations/d6_aggregator_settings.yml
new file mode 100644 (file)
index 0000000..a620f69
--- /dev/null
@@ -0,0 +1,27 @@
+id: d6_aggregator_settings
+label: Aggregator configuration
+migration_tags:
+  - Drupal 6
+  - Configuration
+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