test markdown support in static cms
This commit is contained in:
parent
a3e487a057
commit
500440ff9b
|
@ -47,7 +47,9 @@ collections:
|
||||||
- name: tag
|
- name: tag
|
||||||
label: Tag
|
label: Tag
|
||||||
widget: string
|
widget: string
|
||||||
- {label: "Body", name: "body", widget: "markdown", required: true}
|
- name: body
|
||||||
|
label: Blog post content
|
||||||
|
widget: markdown
|
||||||
- name: "tips" # Used in routes, e.g., /admin/collections/blog
|
- name: "tips" # Used in routes, e.g., /admin/collections/blog
|
||||||
label: "Tips" # Used in the UI
|
label: "Tips" # Used in the UI
|
||||||
folder: "content/tips" # The path to the folder where the documents are stored
|
folder: "content/tips" # The path to the folder where the documents are stored
|
||||||
|
@ -84,4 +86,6 @@ collections:
|
||||||
- name: tag
|
- name: tag
|
||||||
label: Tag
|
label: Tag
|
||||||
widget: string
|
widget: string
|
||||||
- {label: "Body", name: "body", widget: "markdown", required: true}
|
- name: body
|
||||||
|
label: Blog post content
|
||||||
|
widget: markdown
|
||||||
|
|
Loading…
Reference in a new issue