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.
31 lines
609 B
31 lines
609 B
2 years ago
|
uuid: 826b4290-a33b-4824-9b8c-e850a86d9272
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_system_rss
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 6'
|
||
|
- 'Drupal 7'
|
||
|
- Configuration
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'RSS configuration'
|
||
|
source:
|
||
|
plugin: variable
|
||
|
variables:
|
||
|
- feed_item_length
|
||
|
source_module: system
|
||
|
process:
|
||
|
items/view_mode:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: feed_item_length
|
||
|
destination:
|
||
|
plugin: config
|
||
|
config_name: system.rss
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional: { }
|