mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
clean config
This commit is contained in:
parent
0cbd768983
commit
addd974033
2 changed files with 2 additions and 6 deletions
|
|
@ -41,7 +41,6 @@ export default ({ data }) => {
|
|||
</div>
|
||||
<h2>{frontmatter.pricing.heading}</h2>
|
||||
<p>{frontmatter.pricing.description}</p>
|
||||
{console.log(frontmatter.pricing.plans)}
|
||||
<Pricing data={frontmatter.pricing.plans} />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -21,11 +21,9 @@ collections:
|
|||
- name: "pages"
|
||||
label: "Pages"
|
||||
files:
|
||||
- name: "about"
|
||||
- file: "src/pages/about"
|
||||
label: "About"
|
||||
folder: "src/pages/about"
|
||||
create: false
|
||||
slug: "{{slug}}"
|
||||
name: "about"
|
||||
fields:
|
||||
- {label: "Template Key", name: "templateKey", widget: "hidden", default: "about-page"}
|
||||
- {label: "Path", name: "path", widget: "hidden", default: "/about"}
|
||||
|
|
@ -34,7 +32,6 @@ collections:
|
|||
- file: "src/pages/product"
|
||||
label: "Products Page"
|
||||
name: "products"
|
||||
create: false
|
||||
fields:
|
||||
- {label: "Template Key", name: "templateKey", widget: "hidden", default: "products-page"}
|
||||
- {label: Title, name: title, widget: string}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue