Skip to content

Commit 4b44eb4

Browse files
authored
Fix: Schema media updated for transcript and closed captions from 'other' to 'text' (#282)
1 parent 7d38dd1 commit 4b44eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/component.schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"title": "WebVTT source",
120120
"_backboneForms": {
121121
"type": "Asset",
122-
"media": "other"
122+
"media": "text"
123123
}
124124
}
125125
}
@@ -274,7 +274,7 @@
274274
"title": "Linked transcript file source",
275275
"_backboneForms": {
276276
"type": "Asset",
277-
"media": "other"
277+
"media": "text"
278278
}
279279
}
280280
}

0 commit comments

Comments
 (0)