aboutsummaryrefslogtreecommitdiff
path: root/static/admin/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'static/admin/config.yml')
-rw-r--r--static/admin/config.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index 1b88a3a..209177e 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -25,9 +25,7 @@ collections:
create: true
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
fields:
- # Hidden
- {label: "Mark as incident", name: "Section", widget: "hidden", default: "issue"}
- # Very basic
- {label: "Title", name: "Title", widget: "string"}
- {label: "Start date & time (your time)", name: "Date", widget: "datetime"}
- {label: "Mark as resolved", name: "Resolved", widget: "boolean", required: false}
@@ -45,5 +43,5 @@ collections:
allow_add: true
required: false
fields:
- - {label: "String", name: "string", widget: "string"}
+ - {label: "System", name: "string", widget: "string"}
- {label: "Sequence of events", name: "body", widget: "markdown", default: "We are investigating a potential issue that might affect the uptime of one our of services."}