add body to artist page config
All checks were successful
Hugo / build (push) Successful in 5s

This commit is contained in:
brooke 2024-08-20 14:29:36 -04:00
parent 7a3ab5a496
commit 3038c0ac9c

View file

@ -39,6 +39,9 @@ collections:
fields: fields:
- { label: "Title", name: "title", widget: "string" } - { label: "Title", name: "title", widget: "string" }
- { label: "Date", name: "date", widget: "datetime" } - { label: "Date", name: "date", widget: "datetime" }
- label: Body
name: body
widget: markdown
- { - {
label: "Buttons", label: "Buttons",
name: "buttons", name: "buttons",