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