aboutsummaryrefslogtreecommitdiffstats
path: root/src/cms/config.yml
diff options
context:
space:
mode:
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}