From 67ddfe40655b8836179e8698eaf1a2d697061b1e Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 11 Jun 2024 01:11:52 -0400 Subject: [PATCH] update widget types --- themes/gallo/static/admin/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index 6fd9c6c..71ac5a2 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -34,13 +34,13 @@ collections: fields: - label: Path to image name: image - widget: string + widget: image - label: Title name: title widget: string - label: Description name: description - widget: text + widget: markdown - name: faq label: FAQ file: content/faq/index.md @@ -57,7 +57,7 @@ collections: widget: string - label: Answer name: answer - widget: text + widget: markdown - label: Learn more link (optional) name: learnMore widget: string \ No newline at end of file