Fix folder collection
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
62324f95ef
commit
3ab9080d89
|
@ -44,5 +44,5 @@ collections:
|
||||||
folder: "site/pages"
|
folder: "site/pages"
|
||||||
create: true
|
create: true
|
||||||
fields:
|
fields:
|
||||||
- {label: "Title", name: "title", widget: "string"}
|
- {label: "Title", name: "title", widget: "hidden"}
|
||||||
- {label: "Body", name: "body", widget: "markdown"}
|
- {label: "Body", name: "body", widget: "markdown"}
|
||||||
|
|
|
@ -1,4 +1 @@
|
||||||
---
|
|
||||||
title: Page 1
|
|
||||||
---
|
|
||||||
This is page one
|
This is page one
|
||||||
|
|
Loading…
Reference in New Issue