You are here

system_rss.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/system/migrations/system_rss.yml
core/modules/system/migrations/system_rss.yml

File

core/modules/system/migrations/system_rss.yml
View source
  1. id: system_rss
  2. label: RSS configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Configuration
  7. source:
  8. plugin: variable
  9. variables:
  10. - feed_default_items
  11. - feed_item_length
  12. source_module: system
  13. process:
  14. 'items/limit': feed_default_items
  15. 'items/view_mode': feed_item_length
  16. destination:
  17. plugin: config
  18. config_name: system.rss