d7_aggregator_settings.yml
Same filename in other branches
File
-
core/
modules/ aggregator/ migrations/ d7_aggregator_settings.yml
View source
- id: d7_aggregator_settings
- label: Aggregator configuration
- migration_tags:
- - Drupal 7
- - 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
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.