From c157bd89ca5becb644ec7b94cf3a82774a561675 Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 13 Aug 2024 11:16:04 -0400 Subject: [PATCH] update media folder --- themes/gallo/static/admin/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index 411eade..35a3e97 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -155,4 +155,10 @@ collections: name: "gallery" widget: "list" fields: - - { label: "Image", name: "image", widget: "image" } + - { + label: "Image", + name: "image", + widget: "image", + media_folder: "themes/gallo/static/img/catalog", + public_folder: "/img/catalog", + }