Issue #3395623 by marvil07, Wim Leers, borisson_, smustgrave: Add validation constraints to automated_cron.settings

merge-requests/6524/head
catch 2024-02-09 11:11:18 +00:00
parent 421ade1c80
commit e5b5af04a0
1 changed files with 5 additions and 0 deletions

View File

@ -3,7 +3,12 @@
automated_cron.settings: automated_cron.settings:
type: config_object type: config_object
label: 'Automated cron settings' label: 'Automated cron settings'
constraints:
FullyValidatable: ~
mapping: mapping:
interval: interval:
type: integer type: integer
label: 'Run cron every' label: 'Run cron every'
constraints:
Range:
min: 0