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 (fixes #309) (#310)
  • Loading branch information
joe-allen-89 authored Dec 11, 2024
1 parent 7fb7d7e commit c426d68
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions schema/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"properties": {
"mp4": {
"type": "string",
"isObjectId": true,
"title": "MP4 source",
"_backboneForms": {
"type": "Asset",
Expand All @@ -49,7 +48,6 @@
},
"ogv": {
"type": "string",
"isObjectId": true,
"title": "OGV source",
"_backboneForms": {
"type": "Asset",
Expand All @@ -58,7 +56,6 @@
},
"webm": {
"type": "string",
"isObjectId": true,
"title": "WebM source",
"_backboneForms": {
"type": "Asset",
Expand All @@ -67,7 +64,6 @@
},
"mp3": {
"type": "string",
"isObjectId": true,
"title": "MP3 source",
"_backboneForms": {
"type": "Asset",
Expand All @@ -94,7 +90,6 @@
},
"poster": {
"type": "string",
"isObjectId": true,
"title": "Poster frame",
"description": "Image displayed before the video is played (except on Vimeo)",
"_backboneForms": {
Expand All @@ -115,7 +110,7 @@
},
"src": {
"type": "string",
"isObjectId": true,

"title": "WebVTT source",
"_backboneForms": {
"type": "Asset",
Expand Down Expand Up @@ -270,7 +265,6 @@
},
"transcriptLink": {
"type": "string",
"isObjectId": true,
"title": "Linked transcript file source",
"_backboneForms": {
"type": "Asset",
Expand Down

0 comments on commit c426d68

Please sign in to comment.