diff options
Diffstat (limited to 'site/static/admin/config.yml')
| -rw-r--r-- | site/static/admin/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/static/admin/config.yml b/site/static/admin/config.yml index 463bd5c..9ecf53b 100644 --- a/site/static/admin/config.yml +++ b/site/static/admin/config.yml @@ -14,6 +14,8 @@ collections: # A list of collections the CMS should be able to edit fields: # The fields each document in this collection have - {label: "Title", name: "title", widget: "string"} - {label: "Publish Date", name: "date", widget: "datetime"} + - {label: "Intro Blurb", name: "description", widget: "text"} + - {label: "Image", name: "image", widget: "image", required: false} - {label: "Body", name: "body", widget: "markdown"} - name: "pages" label: "Pages" |
