Skip to content

Commit

Permalink
Fix: isObjectId removed from schema to allow external assets to be a…
Browse files Browse the repository at this point in the history
…dded (#126)
  • Loading branch information
joe-allen-89 committed Nov 14, 2024
1 parent c624fe1 commit 17205cd
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 @@ -67,7 +67,6 @@
},
"_link": {
"type": "string",
"isObjectId": true,
"title": "Source",
"_backboneForms": "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 @@ -410,7 +410,6 @@
},
"_link": {
"type": "string",
"isObjectId": true,
"title": "Source",
"_backboneForms": "Asset"
},
Expand Down

0 comments on commit 17205cd

Please sign in to comment.