From 3038c0ac9c261a46bf9482e9440e594be355eaf3 Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 20 Aug 2024 14:29:36 -0400 Subject: [PATCH] add body to artist page config --- themes/gallo/static/admin/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index 1629b4f..4990fb6 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -39,6 +39,9 @@ collections: fields: - { label: "Title", name: "title", widget: "string" } - { label: "Date", name: "date", widget: "datetime" } + - label: Body + name: body + widget: markdown - { label: "Buttons", name: "buttons",