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