Skip to content
Snippets Groups Projects
Verified Commit c2f5752b authored by Dave Long's avatar Dave Long
Browse files

Issue #3421849 by Wim Leers: Add validation constraints to announcements_feed.settings

parent 4356343b
No related branches found
No related tags found
No related merge requests found
announcements_feed.settings:
type: config_object
label: 'Announcements Settings'
constraints:
FullyValidatable: ~
mapping:
max_age:
type: integer
label: 'Cache announcements for max-age seconds.'
constraints:
Range:
min: 0
cron_interval:
type: integer
label: 'Cron interval for fetching announcements in seconds.'
constraints:
Range:
min: 0
limit:
type: integer
label: 'Number of announcements that will be displayed.'
constraints:
Range:
min: 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment