one last config try

This commit is contained in:
Austin Green 2017-10-28 00:01:57 -04:00
parent 0f782c1520
commit 4768d144e2
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
---
path: /products
templateKey: 'product-page'
path: /products
title: Our Coffee
image: /img/products/jumbotron.jpg
heading: What we offer

View file

@ -33,7 +33,7 @@ collections:
label: "Products Page"
name: "products"
fields:
- {label: "Template Key", name: "templateKey", widget: "hidden", default: "products-page"}
- {label: "Template Key", name: "templateKey", widget: "hidden", default: "product-page"}
- {label: Title, name: title, widget: string}
- {label: Image, name: image, widget: image}
- {label: Heading, name: heading, widget: string}