You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
706 B

4 years ago
  1. uuid: b07f65f1-67d7-4951-af23-4143cc58c9f9
  2. langcode: en
  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. - Configuration
  13. migration_group: migrate_drupal_7
  14. label: 'RSS configuration'
  15. source:
  16. plugin: variable
  17. variables:
  18. - feed_default_items
  19. - feed_item_length
  20. source_module: system
  21. process:
  22. items/limit:
  23. -
  24. plugin: get
  25. source: feed_default_items
  26. items/view_mode:
  27. -
  28. plugin: get
  29. source: feed_item_length
  30. destination:
  31. plugin: config
  32. config_name: system.rss
  33. migration_dependencies:
  34. required: { }
  35. optional: { }