From baefd09376c9341ad0ddb97e833d5985c308b3c6 Mon Sep 17 00:00:00 2001 From: Mantas <11616378+mistermantas@users.noreply.github.com> Date: Wed, 8 Aug 2018 13:38:59 +0300 Subject: Netlify CMS doesn’t handle slugs well. Ugh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/admin/config.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'static') 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} -- cgit v1.2.3-70-g09d2