aboutsummaryrefslogtreecommitdiff
path: root/static/admin
diff options
context:
space:
mode:
authorPaul Broadwith <pauby@users.noreply.github.com>2019-03-20 17:11:20 +0000
committerMantas <11616378+mistermantas@users.noreply.github.com>2019-03-20 19:11:20 +0200
commit9c2eb26b5732e0a9087dd024f7fd0b10fec9ef74 (patch)
tree9750789312317135e6db1e2c480691a775b27a0e /static/admin
parent6a1fbad426c29b4f3fe4f6fa4d240735d5432b50 (diff)
Fix issue of missing resolved field in Netlify CMS (#66)
Diffstat (limited to 'static/admin')
-rw-r--r--static/admin/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index 7ac1f5a..014372e 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -28,7 +28,7 @@ collections:
- {label: "Mark as incident", name: "section", widget: "hidden", default: "issue"}
- {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: "Mark as resolved", name: "resolved", widget: "boolean", required: false, default: false}
- {label: "End date & time (your time)", name: "resolvedWhen", widget: "datetime", required: false}
- label: "Affected systems (use exact name, separated by commas)"
name: "affected"