Skip to content

Commit

Permalink
Fix: isObjectId removed from schema to allow external assets to be ad…
Browse files Browse the repository at this point in the history
…ded (fixes #604)
  • Loading branch information
joe-allen-89 committed Nov 8, 2024
1 parent 89a0421 commit 85c4398
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion schema/contentobject.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
},
"src": {
"type": "string",
"isObjectId": true,
"title": "Source",
"_backboneForms": {
"type": "Asset",
Expand Down
1 change: 0 additions & 1 deletion schema/course.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 85c4398

Please sign in to comment.