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.

50 lines
1.1 KiB

uuid: aa8d205b-ad23-4dee-9b83-01c2c87cc9d9
langcode: en
status: true
dependencies: { }
id: upgrade_update_settings
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: 'Update configuration'
source:
plugin: update_settings
variables:
- update_max_fetch_attempts
- update_fetch_url
- update_notification_threshold
- update_notify_emails
- update_check_frequency
source_module: update
process:
fetch/max_attempts:
-
plugin: get
source: update_max_fetch_attempts
fetch/url:
-
plugin: get
source: update_fetch_url
notification/threshold:
-
plugin: get
source: update_notification_threshold
notification/emails:
-
plugin: get
source: update_notify_emails
check/interval_days:
-
plugin: get
source: update_check_frequency
destination:
plugin: config
config_name: update.settings
migration_dependencies:
required: { }
optional: { }