Issue #3395623 by marvil07, Wim Leers, borisson_, smustgrave: Add validation constraints to automated_cron.settings
parent
421ade1c80
commit
e5b5af04a0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue