Pull merge.
[yaffs-website] / web / core / modules / system / migrations / d7_system_cron.yml
1 id: d7_system_cron
2 label: Drupal 7 cron settings
3 migration_tags:
4   - Drupal 7
5   - Configuration
6 source:
7   plugin: variable
8   variables:
9     - cron_threshold_warning
10     - cron_threshold_error
11   source_module: system
12 process:
13   'threshold/requirements_warning': cron_threshold_warning
14   'threshold/requirements_error': cron_threshold_error
15 destination:
16   plugin: config
17   config_name: system.cron