Version 1
[yaffs-website] / web / core / modules / system / migration_templates / d6_system_cron.yml
diff --git a/web/core/modules/system/migration_templates/d6_system_cron.yml b/web/core/modules/system/migration_templates/d6_system_cron.yml
new file mode 100644 (file)
index 0000000..7dd3a2b
--- /dev/null
@@ -0,0 +1,16 @@
+id: d6_system_cron
+label: Cron settings
+migration_tags:
+  - Drupal 6
+source:
+  plugin: variable
+  variables:
+    - cron_threshold_warning
+    - cron_threshold_error
+    - cron_last
+process:
+  'threshold/requirements_warning': cron_threshold_warning
+  'threshold/requirements_error': cron_threshold_error
+destination:
+  plugin: config
+  config_name: system.cron