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.

29 lines
614 B

uuid: 58dca29c-2442-44f6-886f-f950d0da273e
langcode: en
status: true
dependencies: { }
id: upgrade_d7_tracker_settings
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'Tracker settings'
source:
plugin: variable
variables:
- tracker_batch_size
source_module: tracker
process:
cron_index_limit:
-
plugin: get
source: tracker_batch_size
destination:
plugin: config
config_name: tracker.settings
migration_dependencies:
required: { }
optional: { }