From 4768d144e24bfa5ddeba19ff5cbfcc9323776f5d Mon Sep 17 00:00:00 2001 From: Austin Green Date: Sat, 28 Oct 2017 00:01:57 -0400 Subject: [PATCH] one last config try --- src/pages/product/product.md | 2 +- static/admin/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}