diff options
-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} |