mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
one last config try
This commit is contained in:
parent
0f782c1520
commit
4768d144e2
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
path: /products
|
||||
templateKey: 'product-page'
|
||||
path: /products
|
||||
title: Our Coffee
|
||||
image: /img/products/jumbotron.jpg
|
||||
heading: What we offer
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue