test markdown support in static cms

This commit is contained in:
KemoNine 2023-03-19 13:11:02 -04:00
parent a3e487a057
commit 500440ff9b

View file

@ -47,7 +47,9 @@ collections:
- name: tag
label: Tag
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
label: "Tips" # Used in the UI
folder: "content/tips" # The path to the folder where the documents are stored
@ -84,4 +86,6 @@ collections:
- name: tag
label: Tag
widget: string
- {label: "Body", name: "body", widget: "markdown", required: true}
- name: body
label: Blog post content
widget: markdown