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