You are here

d7_aggregator_settings.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/aggregator/migrations/d7_aggregator_settings.yml
core/modules/aggregator/migrations/d7_aggregator_settings.yml

File

core/modules/aggregator/migrations/d7_aggregator_settings.yml
View source
  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