aboutsummaryrefslogtreecommitdiffstats
path: root/site/static/admin
diff options
context:
space:
mode:
Diffstat (limited to 'site/static/admin')
-rw-r--r--site/static/admin/config.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/site/static/admin/config.yml b/site/static/admin/config.yml
index b0df0a3..2edc318 100644
--- a/site/static/admin/config.yml
+++ b/site/static/admin/config.yml
@@ -18,6 +18,14 @@ collections: # A list of collections the CMS should be able to edit
- name: "pages"
label: "Pages"
files:
+ - file: "site/content/contact.md"
+ label: "Contact Page"
+ name: "contact"
+ fields:
+ - {label: Title, name: title, widget: string}
+ - {label: Type, name: type, widget: hidden, default: contact}
+ - {label: Page, name: page, widget: hidden, default: "/contact.html"}
+ - {label: Body, name: body, widget: markdown}
- file: "site/content/products.md"
label: "Products Page"
name: "products"
@@ -33,3 +41,11 @@ collections: # A list of collections the CMS should be able to edit
- {label: Testimonials, name: testimonials, widget: list, fields: [{label: Quote, name: quote, widget: string}, {label: Author, name: author, widget: string}]}
- {label: Full_image, name: full_image, widget: image}
- {label: Pricing, name: pricing, widget: object, fields: [{label: Heading, name: heading, widget: string}, {label: Description, name: description, widget: string}, {label: Plans, name: plans, widget: list, fields: [{label: Plan, name: plan, widget: string}, {label: Price, name: price, widget: string}, {label: Description, name: description, widget: string}, {label: Items, name: items, widget: list}]}]}
+ - file: "site/content/values.md"
+ label: "Values Page"
+ name: "values"
+ fields:
+ - {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}