diff options
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.yml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 8e88fb6..f0a19cd 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -163,6 +163,15 @@ params: # BOOLEAN; `true`, `false` useLargeHeaderDesign: false + # Should incident history be separated + # yearly, in an archive view? + # + # Note: This WILL disable pagination. + # + # Default: true + # BOOLEAN; `true`, `false` + enableYearlyIncidentHistory: false + # Should we show the logo or the title # of the status page? # @@ -275,4 +284,4 @@ outputs: home: - html - json - - rss
\ No newline at end of file + - rss |