diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-06-18 19:48:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-18 19:48:16 +0300 |
commit | 8c0968e4f3e7d28696705394edc49e374bef2f85 (patch) | |
tree | ded0d30af7137e2a0f557322b5cbcc128ef09e6f /exampleSite | |
parent | a69075ee2932e956d575c990f4fbf9c9baca7b9a (diff) |
Add logic for yearly view
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 |