Version 1
[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 process:
15   'fetch/max_attempts': update_max_fetch_attempts
16   'fetch/url': update_fetch_url
17   'notification/threshold': update_notification_threshold
18   'notification/emails': update_notify_emails
19   'check/interval_days': update_check_frequency
20 destination:
21   plugin: config
22   config_name: update.settings