aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.yml
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2019-10-05 19:43:56 +0300
committerMantas Vilčinskas <hi@mnts.lt>2019-10-05 19:43:56 +0300
commit19d5be70f84c21011869b6c8340a0589f353beb8 (patch)
treec90c955e9ab6845d3e9c703622e6b7b974b2507e /exampleSite/config.yml
parentf8bda4294a3fa9af533ca7ab8753663aed7aa7d1 (diff)
Added API for index, fully added #43 with tweaks to yrly archive
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r--exampleSite/config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index 0a3afe1..a894d26 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -164,13 +164,13 @@ params:
useLargeHeaderDesign: false
# Should incident history be separated
- # yearly, in an archive view?
+ # like in an archive view?
#
# Note: This WILL disable pagination.
#
- # Default: true
- # BOOLEAN; `true`, `false`
- enableYearlyIncidentHistory: true
+ # Default: `yearly`
+ # STRING; `monthly`, `yearly`, `none`
+ incidentHistoryFormat: "yearly"
# Should we show the logo or the title
# of the status page?