From 799a266240cd3b1b86b81e7365e14a0e31c68908 Mon Sep 17 00:00:00 2001 From: joe-allen-89 <85872286+joe-allen-89@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:52:17 +0000 Subject: [PATCH] Fix: isObjectId removed from schema to allow external assets to be added (fixes #316) --- schema/component.schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/schema/component.schema.json b/schema/component.schema.json index 6b2f4b9..0f9c98a 100644 --- a/schema/component.schema.json +++ b/schema/component.schema.json @@ -110,7 +110,6 @@ "properties": { "src": { "type": "string", - "isObjectId": true, "title": "Source", "_backboneForms": { "type": "Asset",