aboutsummaryrefslogtreecommitdiffstats
path: root/site/static/admin
diff options
context:
space:
mode:
Diffstat (limited to 'site/static/admin')
-rw-r--r--site/static/admin/config.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/site/static/admin/config.yml b/site/static/admin/config.yml
index 3c8fed4..cdb089e 100644
--- a/site/static/admin/config.yml
+++ b/site/static/admin/config.yml
@@ -25,7 +25,18 @@ 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: contact}
- {label: Page, name: page, widget: hidden, default: "/contact.html"}
+ - {label: Logo, name: logo, widget: image}
- {label: Body, name: body, widget: markdown}
+ - label: Contact Entries
+ name: contact_entries
+ widget: list
+ fields:
+ - label: Heading
+ name: heading
+ widget: string
+ - label: Text
+ name: text
+ widget: text
- file: "site/content/products.md"
label: "Products Page"
name: "products"