Mercurial > hg > isophonics-drupal-site
annotate core/modules/update/migrations/update_settings.yml @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | |
children |
rev | line source |
---|---|
Chris@14 | 1 id: update_settings |
Chris@14 | 2 label: Update configuration |
Chris@14 | 3 migration_tags: |
Chris@14 | 4 - Drupal 6 |
Chris@14 | 5 - Drupal 7 |
Chris@14 | 6 - Configuration |
Chris@14 | 7 source: |
Chris@14 | 8 plugin: variable |
Chris@14 | 9 variables: |
Chris@14 | 10 - update_max_fetch_attempts |
Chris@14 | 11 - update_fetch_url |
Chris@14 | 12 - update_notification_threshold |
Chris@14 | 13 - update_notify_emails |
Chris@14 | 14 - update_check_frequency |
Chris@14 | 15 source_module: update |
Chris@14 | 16 process: |
Chris@14 | 17 'fetch/max_attempts': update_max_fetch_attempts |
Chris@14 | 18 'fetch/url': update_fetch_url |
Chris@14 | 19 'notification/threshold': update_notification_threshold |
Chris@14 | 20 'notification/emails': update_notify_emails |
Chris@14 | 21 'check/interval_days': update_check_frequency |
Chris@14 | 22 destination: |
Chris@14 | 23 plugin: config |
Chris@14 | 24 config_name: update.settings |