From ba1f4eb91a8649aa97b12020ad9fc60fbf62e1c4 Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 13 Aug 2024 11:12:07 -0400 Subject: [PATCH] fix --- 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 9e4bd0f..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: "{{media_folder}}/catalog", - public_folder: "{{public_folder}}/catalog", - } + - { label: "Image", name: "image", widget: "image" }