migrate_plus.migration.upgrade_system_rss.yml 612 B

12345678910111213141516171819202122232425262728
  1. uuid: 698ea0a8-e9cf-4dba-823c-8190f2f0c71c
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_system_rss
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. - 'Drupal 7'
  12. migration_group: migrate_drupal_6
  13. label: 'RSS configuration'
  14. source:
  15. plugin: variable
  16. variables:
  17. - feed_default_items
  18. - feed_item_length
  19. source_module: system
  20. process:
  21. items/limit: feed_default_items
  22. items/view_mode: feed_item_length
  23. destination:
  24. plugin: config
  25. config_name: system.rss
  26. migration_dependencies:
  27. required: { }
  28. optional: { }