From 8892e2ca626de3b3c97ea95b2db8941d49c849e7 Mon Sep 17 00:00:00 2001 From: joe-allen-89 <85872286+joe-allen-89@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:51:46 +0000 Subject: [PATCH] Fix: isObjectId removed from schema to allow external assets to be added (fixes #185) --- schema/component.schema.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/schema/component.schema.json b/schema/component.schema.json index 2707454..bc423f2 100644 --- a/schema/component.schema.json +++ b/schema/component.schema.json @@ -55,7 +55,6 @@ "properties": { "large": { "type": "string", - "isObjectId": true, "title": "Large", "description": "Large image for this item - used on desktop", "default": "", @@ -66,7 +65,6 @@ }, "small": { "type": "string", - "isObjectId": true, "title": "Small", "description": "Small image for this item - used on mobiles", "_backboneForms": {