diff --git a/src/pages/product/product.md b/src/pages/product/product.md index 5e4c4fd..1d46494 100644 --- a/src/pages/product/product.md +++ b/src/pages/product/product.md @@ -1,6 +1,6 @@ --- -path: /products templateKey: 'product-page' +path: /products title: Our Coffee image: /img/products/jumbotron.jpg heading: What we offer diff --git a/static/admin/config.yml b/static/admin/config.yml index 247f3ec..0f1717b 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -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}