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, 2 insertions, 2 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index c738b87..b1c5c31 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -23,10 +23,10 @@ collections:
description: "Welcome to the cState admin panel! Here you can create new incidents or manage existing ones. Go ahead and give it a shot."
folder: "content/issues"
create: true
- slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
+ slug: "{{slug}}"
fields:
- {label: "Mark as incident", name: "Section", widget: "hidden", default: "issue"}
- - {label: "Title", name: "Title", widget: "string"}
+ - {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}
- {label: "End date & time (your time)", name: "ResolvedWhen", widget: "datetime", required: false}