From 83532f5d1557482cf0061d60589bbae4363108bc Mon Sep 17 00:00:00 2001 From: AbleKSaju <126228406+AbleKSaju@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:26:33 +0530 Subject: [PATCH] fix: allow adding images to Item Groups --- schemas/app/ItemGroup.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schemas/app/ItemGroup.json b/schemas/app/ItemGroup.json index 6b019932..074ebc90 100644 --- a/schemas/app/ItemGroup.json +++ b/schemas/app/ItemGroup.json @@ -3,6 +3,12 @@ "label": "item Group", "naming": "manual", "fields": [ + { + "fieldname": "image", + "label": "Image", + "section": "Default", + "fieldtype": "AttachImage" + }, { "fieldname": "name", "label": "Name",