system_rss.yml

Same filename in other branches
  1. 9 core/modules/system/migrations/system_rss.yml
  2. 10 core/modules/system/migrations/system_rss.yml
  3. 11.x 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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.