diff options
| author | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2017-03-18 00:10:06 -0700 |
|---|---|---|
| committer | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2017-03-18 00:10:06 -0700 |
| commit | 4c0b25582faa403191286275fa678cd89622c63b (patch) | |
| tree | 14a8b46530f13a732172eea19da1e77835f70466 /src/cms/config.yml | |
| parent | 18f12530628aacabb9a96885b0fd152c96c6a6d9 (diff) | |
Update CMS
Diffstat (limited to 'src/cms/config.yml')
| -rw-r--r-- | src/cms/config.yml | 1 |
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} |
