From 85c4398815eaff8b32966293ed60371cb41d29d4 Mon Sep 17 00:00:00 2001 From: joe-allen-89 <85872286+joe-allen-89@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:39:28 +0000 Subject: [PATCH] Fix: isObjectId removed from schema to allow external assets to be added (fixes #604) --- schema/contentobject.schema.json | 1 - schema/course.schema.json | 1 - 2 files changed, 2 deletions(-) diff --git a/schema/contentobject.schema.json b/schema/contentobject.schema.json index 9a55788e..6f81cc93 100644 --- a/schema/contentobject.schema.json +++ b/schema/contentobject.schema.json @@ -52,7 +52,6 @@ }, "src": { "type": "string", - "isObjectId": true, "title": "Source", "_backboneForms": { "type": "Asset", diff --git a/schema/course.schema.json b/schema/course.schema.json index 8eba32b1..edd03630 100644 --- a/schema/course.schema.json +++ b/schema/course.schema.json @@ -13,7 +13,6 @@ }, "heroImage": { "type": "string", - "isObjectId": true, "title": "Preview image", "description": "The image that will be shown in the dashboard for this course", "_adapt": {