From cbf4fed3bb0aa9e86b496f9bc7fa337277192087 Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 11 Jun 2024 14:47:53 -0400 Subject: [PATCH] add gallery --- themes/gallo/static/admin/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index aa1d3de..efc1b49 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -103,3 +103,10 @@ collections: "Centerpieces", "Other", ] + - label: Image + name: gallery + widget: list + fields: + - label: Path to image + name: image + widget: image \ No newline at end of file