Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / web / core / modules / aggregator / migration_templates / d6_aggregator_settings.yml
1 id: d6_aggregator_settings
2 label: Aggregator configuration
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: variable
7   variables:
8     - aggregator_fetcher
9     - aggregator_parser
10     - aggregator_processors
11     - aggregator_allowed_html_tags
12     - aggregator_teaser_length
13     - aggregator_clear
14     - aggregator_summary_items
15   source_module: aggregator
16 process:
17   fetcher: aggregator_fetcher
18   parser: aggregator_parser
19   processors: aggregator_processors
20   'items/allowed_html': aggregator_allowed_html_tags
21   'items/teaser_length': aggregator_teaser_length
22   'items/expire': aggregator_clear
23   'source/list_max': aggregator_summary_items
24 destination:
25   plugin: config
26   config_name: aggregator.settings