mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
change config
This commit is contained in:
parent
addd974033
commit
0f782c1520
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ collections:
|
|||
- name: "pages"
|
||||
label: "Pages"
|
||||
files:
|
||||
- file: "src/pages/about"
|
||||
- file: "src/pages/about/about.md"
|
||||
label: "About"
|
||||
name: "about"
|
||||
fields:
|
||||
|
|
@ -29,7 +29,7 @@ collections:
|
|||
- {label: "Path", name: "path", widget: "hidden", default: "/about"}
|
||||
- {label: "Title", name: "title", widget: "string"}
|
||||
- {label: "Body", name: "body", widget: "markdown"}
|
||||
- file: "src/pages/product"
|
||||
- file: "src/pages/product/product.md"
|
||||
label: "Products Page"
|
||||
name: "products"
|
||||
fields:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue