From f781ea2c5925f506663827481dbd5a2eef08dbfa Mon Sep 17 00:00:00 2001 From: joe-allen-89 <85872286+joe-allen-89@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:10:08 +0000 Subject: [PATCH] Fix: isObjectId removed from schema to allow external assets to be added (#156) (#157) --- schema/component.schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/schema/component.schema.json b/schema/component.schema.json index a75356f..5e6ccd0 100644 --- a/schema/component.schema.json +++ b/schema/component.schema.json @@ -98,7 +98,6 @@ }, "src": { "type": "string", - "isObjectId": true, "title": "Source", "description": "Optional image which will be rendered with the item body text", "_backboneForms": {