You are here

d6_aggregator_settings.yml in Zircon Profile 8.0

core/modules/aggregator/migration_templates/d6_aggregator_settings.yml

File

core/modules/aggregator/migration_templates/d6_aggregator_settings.yml
View source
  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. process:
  16. fetcher: aggregator_fetcher
  17. parser: aggregator_parser
  18. processors: aggregator_processors
  19. 'items/allowed_html': aggregator_allowed_html_tags
  20. 'items/teaser_length': aggregator_teaser_length
  21. 'items/expire': aggregator_clear
  22. 'source/list_max': aggregator_summary_items
  23. destination:
  24. plugin: config
  25. config_name: aggregator.settings