From abac30330edd5b7ea718abc230c9d685dfe30c83 Mon Sep 17 00:00:00 2001 From: Mathias Biilmann Christensen Date: Mon, 20 Feb 2017 23:57:32 -0800 Subject: Add preview template for posts in CMS --- site/static/admin/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site/static/admin/config.yml') diff --git a/site/static/admin/config.yml b/site/static/admin/config.yml index 5900477..4f6fe4a 100644 --- a/site/static/admin/config.yml +++ b/site/static/admin/config.yml @@ -12,6 +12,6 @@ collections: # A list of collections the CMS should be able to edit folder: "/site/content/post" # The path to the folder where the documents are stored create: true # Allow users to create new documents in this collection fields: # The fields each document in this collection have - - {label: "Title", name: "title", widget: "string", tagname: "h1"} - - {label: "Body", name: "body", widget: "markdown"} + - {label: "Title", name: "title", widget: "string"} - {label: "Publish Date", name: "date", widget: "datetime"} + - {label: "Body", name: "body", widget: "markdown"} -- cgit v1.3