Security update to Drupal 8.4.6
[yaffs-website] / web / core / modules / update / migration_templates / update_settings.yml
1 id: update_settings
2 label: Update configuration
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6 source:
7   plugin: variable
8   variables:
9     - update_max_fetch_attempts
10     - update_fetch_url
11     - update_notification_threshold
12     - update_notify_emails
13     - update_check_frequency
14   source_module: update
15 process:
16   'fetch/max_attempts': update_max_fetch_attempts
17   'fetch/url': update_fetch_url
18   'notification/threshold': update_notification_threshold
19   'notification/emails': update_notify_emails
20   'check/interval_days': update_check_frequency
21 destination:
22   plugin: config
23   config_name: update.settings