From dc2a8a9245e4954bf5bb65d68b9f41dbd0fa50c6 Mon Sep 17 00:00:00 2001 From: Mathias Biilmann Christensen Date: Tue, 21 Feb 2017 16:07:35 -0800 Subject: Better content type for blog posts --- site/static/admin/config.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'site/static/admin/config.yml') diff --git a/site/static/admin/config.yml b/site/static/admin/config.yml index 463bd5c..9ecf53b 100644 --- a/site/static/admin/config.yml +++ b/site/static/admin/config.yml @@ -14,6 +14,8 @@ collections: # A list of collections the CMS should be able to edit fields: # The fields each document in this collection have - {label: "Title", name: "title", widget: "string"} - {label: "Publish Date", name: "date", widget: "datetime"} + - {label: "Intro Blurb", name: "description", widget: "text"} + - {label: "Image", name: "image", widget: "image", required: false} - {label: "Body", name: "body", widget: "markdown"} - name: "pages" label: "Pages" -- cgit v1.3