Skip to content

Commit

Permalink
Fix: Schema media updated for transcript and closed captions from 'ot…
Browse files Browse the repository at this point in the history
…her' to 'text' (#282)
  • Loading branch information
joe-allen-89 authored Feb 2, 2024
1 parent 7d38dd1 commit 4b44eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"title": "WebVTT source",
"_backboneForms": {
"type": "Asset",
"media": "other"
"media": "text"
}
}
}
Expand Down Expand Up @@ -274,7 +274,7 @@
"title": "Linked transcript file source",
"_backboneForms": {
"type": "Asset",
"media": "other"
"media": "text"
}
}
}
Expand Down

0 comments on commit 4b44eb4

Please sign in to comment.