From 4c0b25582faa403191286275fa678cd89622c63b Mon Sep 17 00:00:00 2001 From: Mathias Biilmann Christensen Date: Sat, 18 Mar 2017 00:10:06 -0700 Subject: Update CMS --- src/cms/config.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cms/config.yml') diff --git a/src/cms/config.yml b/src/cms/config.yml index 3b209aa..9be0a70 100644 --- a/src/cms/config.yml +++ b/src/cms/config.yml @@ -13,6 +13,7 @@ collections: # A list of collections the CMS should be able to edit 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"} + - {label: "A color", name: "color", widget: "color"} - {label: "Publish Date", name: "date", widget: "datetime"} - {label: "Intro Blurb", name: "description", widget: "text"} - {label: "Image", name: "image", widget: "image", required: false} -- cgit v1.3