Pull merge.
[yaffs-website] / web / core / modules / aggregator / migrations / d7_aggregator_settings.yml
1 id: d7_aggregator_settings
2 label: Aggregator configuration
3 migration_tags:
4   - Drupal 7
5   - Configuration
6 source:
7   plugin: variable
8   variables:
9     - aggregator_fetcher
10     - aggregator_parser
11     - aggregator_processors
12     - aggregator_allowed_html_tags
13     - aggregator_teaser_length
14     - aggregator_clear
15     - aggregator_summary_items
16   source_module: aggregator
17 process:
18   fetcher: aggregator_fetcher
19   parser: aggregator_parser
20   processors: aggregator_processors
21   'items/allowed_html': aggregator_allowed_html_tags
22   'items/teaser_length': aggregator_teaser_length
23   'items/expire': aggregator_clear
24   'source/list_max': aggregator_summary_items
25 destination:
26   plugin: config
27   config_name: aggregator.settings