diff options
Diffstat (limited to 'static/admin')
-rw-r--r-- | static/admin/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index 2ab0db9..8271a93 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -193,6 +193,12 @@ collections: min: 1 max: 100 default: 10 + # Incidents history + - label: 'Should the incident history be hidden?' + name: 'disableIncidentHistory' + hint: 'By disabling the incident history, you also disable the RSS feed. To ensure no incidents are shown, you should delete them after they are resolved. This option overrides any other options that tailor your incident history’s look.' + widget: 'boolean' + default: false # Incidents view format - label: 'Should the incident history be sorted by year or month?' name: 'incidentHistoryFormat' |