d7_to_d10_migration/drupal10/ref_migrations/migrate_plus.migration.upgrade_system_rss.yml
Mauricio Dinarte f4bd2062fa Add generated migrations
Migrations created with the migrate_upgrade module using the command

```
drush --yes migrate:upgrade
  --legacy-db-key='migrate'
  --legacy-root='http://ddev-migration-drupal7-web'
  --configure-only
```
2024-07-22 21:38:36 -06:00

30 lines
609 B
YAML

uuid: e2c2a380-ba7a-4154-ba2e-037d534ef0d2
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: { }