diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-08-08 13:38:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 13:38:59 +0300 |
commit | baefd09376c9341ad0ddb97e833d5985c308b3c6 (patch) | |
tree | 2944d8f8a983eeb14368a028c4750343cbe616ba /static/admin | |
parent | a2d1ab1e39f46947015617f452f3526513659f84 (diff) |
Netlify CMS doesn’t handle slugs well. Ugh.
Diffstat (limited to 'static/admin')
-rw-r--r-- | static/admin/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index b0b23fe..4769928 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -27,6 +27,7 @@ collections: fields: - {label: "Mark as incident", name: "Section", widget: "hidden", default: "issue"} - {label: "Title", name: "Title", widget: "string"} + - {label: "Slug/Path URL — Please note this doesn't change once you create the issue because of the default Netlify CMS behavior", name: "path", 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} |