aboutsummaryrefslogtreecommitdiffstats
path: root/src/cms/config.yml
diff options
context:
space:
mode:
authorMathias Biilmann Christensen <info@mathias-biilmann.net>2017-03-18 00:10:06 -0700
committerMathias Biilmann Christensen <info@mathias-biilmann.net>2017-03-18 00:10:06 -0700
commit4c0b25582faa403191286275fa678cd89622c63b (patch)
tree14a8b46530f13a732172eea19da1e77835f70466 /src/cms/config.yml
parent18f12530628aacabb9a96885b0fd152c96c6a6d9 (diff)
Update CMS
Diffstat (limited to 'src/cms/config.yml')
-rw-r--r--src/cms/config.yml1
1 files changed, 1 insertions, 0 deletions
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}