diff options
| author | Benaiah Mischenko <benaiah@mischenko.com> | 2017-12-06 16:54:28 -0800 |
|---|---|---|
| committer | Benaiah Mischenko <benaiah@mischenko.com> | 2017-12-06 17:07:56 -0800 |
| commit | 665598c6d4d16a0cb3ac8a9eecc3a24cc40ca225 (patch) | |
| tree | f5fb8d17ebb12a86f525e85f9366d0ad6e226759 /site/static/admin | |
| parent | efac17392eb9ef90710184bdbf1c59506f113611 (diff) | |
Move Values page into the CMS
Diffstat (limited to 'site/static/admin')
| -rw-r--r-- | site/static/admin/config.yml | 9 |
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} |
