aboutsummaryrefslogtreecommitdiffstats
path: root/site/static/admin/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'site/static/admin/config.yml')
-rw-r--r--site/static/admin/config.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/site/static/admin/config.yml b/site/static/admin/config.yml
index 2edc318..3c8fed4 100644
--- a/site/static/admin/config.yml
+++ b/site/static/admin/config.yml
@@ -48,4 +48,11 @@ collections: # A list of collections the CMS should be able to edit
- {label: Title, name: title, widget: string}
- {label: Type, name: type, widget: hidden, default: values}
- {label: Page, name: page, widget: hidden, default: "/values.html"}
- - {label: Body, name: body, widget: markdown}
+ - {label: Image, name: image, widget: image}
+ - label: Values
+ name: values
+ widget: list
+ fields:
+ - {label: Heading, name: heading, widget: string}
+ - {label: Text, name: text, widget: text}
+ - {label: Image, name: imageUrl, widget: image}