Skip to content

Commit 3892259

Browse files
committed
chore: remove ovp plugins for this version
1 parent ff5f3a0 commit 3892259

File tree

1 file changed

+0
-167
lines changed

1 file changed

+0
-167
lines changed

app/js/services/v3Properties.json

Lines changed: 0 additions & 167 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,173 +1045,6 @@
10451045
}
10461046
}
10471047
},
1048-
{
1049-
"label": "Additional Plugins",
1050-
"type": "menu",
1051-
"model": "pluginSettings",
1052-
"icon": "TabPlugins",
1053-
"children" : {
1054-
"kaltura-live": {
1055-
"label": "Live",
1056-
"type": "featuremenu",
1057-
"model": "config.plugins.kaltura-live",
1058-
"endline": "true",
1059-
"componentName": "playkit-kaltura-live",
1060-
"children": []
1061-
},
1062-
"navigation": {
1063-
"label": "Navigation",
1064-
"type": "featuremenu",
1065-
"model": "config.plugins.navigation",
1066-
"endline": "true",
1067-
"componentName": "playkit-navigation",
1068-
"children": []
1069-
},
1070-
"playkit-js-transcript": {
1071-
"label": "Transcript",
1072-
"type": "featuremenu",
1073-
"model": "config.plugins.playkit-transcript",
1074-
"endline": "true",
1075-
"componentName": "playkit-transcript",
1076-
"children": []
1077-
},
1078-
"playkit-js-hotspots": {
1079-
"label": "Hotspots",
1080-
"type": "featuremenu",
1081-
"model": "config.plugins.playkit-js-hotspots",
1082-
"endline": "true",
1083-
"componentName": "playkit-hotspots",
1084-
"children": []
1085-
},
1086-
"qna": {
1087-
"label": "Live QnA",
1088-
"type": "featuremenu",
1089-
"model": "config.plugins.qna",
1090-
"endline": "true",
1091-
"componentName": "playkit-qna",
1092-
"children": []
1093-
},
1094-
"playkit-js-info": {
1095-
"label": "Info",
1096-
"type": "featuremenu",
1097-
"model": "config.plugins.playkit-js-info",
1098-
"endline": "true",
1099-
"componentName": "playkit-info",
1100-
"children": []
1101-
},
1102-
"playkit-js-moderation": {
1103-
"label": "Moderation",
1104-
"type": "featuremenu",
1105-
"model": "config.plugins.playkit-js-moderation",
1106-
"endline": "true",
1107-
"componentName": "playkit-moderation",
1108-
"children": []
1109-
},
1110-
"dualscreen": {
1111-
"label": "Dual Screen",
1112-
"type": "featuremenu",
1113-
"model": "config.plugins.dualscreen",
1114-
"endline": "true",
1115-
"componentName": "playkit-dual-screen",
1116-
"children": [
1117-
{
1118-
"label": "Position",
1119-
"type": "dropdown",
1120-
"model": "config.plugins.dualscreen.position",
1121-
"options": [
1122-
{
1123-
"label": "Top Right",
1124-
"value": "top-right"
1125-
}, {
1126-
"label": "Bottom Right",
1127-
"value": "bottom-right"
1128-
},
1129-
{
1130-
"label": "Top Left",
1131-
"value": "top-left"
1132-
}, {
1133-
"label": "Bottom Left",
1134-
"value": "bottom-left"
1135-
}
1136-
],
1137-
"initvalue": "bottom-right",
1138-
"helpnote": "The position where the Secondary media will be displayed"
1139-
}
1140-
]
1141-
},
1142-
"ivq": {
1143-
"label": "Quiz",
1144-
"type": "featuremenu",
1145-
"model": "config.plugins.ivq",
1146-
"endline": "true",
1147-
"componentName": "playkit-ivq",
1148-
"children": []
1149-
},
1150-
"playlist": {
1151-
"label": "Playlist Panel",
1152-
"type": "featuremenu",
1153-
"model": "config.plugins.playlist",
1154-
"endline": "true",
1155-
"componentName": "playkit-playlist",
1156-
"children": [
1157-
{
1158-
"label": "Position",
1159-
"type": "dropdown",
1160-
"model": "config.plugins.playlist.position",
1161-
"options": [
1162-
{
1163-
"label": "Right",
1164-
"value": "right"
1165-
},
1166-
{
1167-
"label": "Left",
1168-
"value": "left"
1169-
},
1170-
{
1171-
"label": "Top",
1172-
"value": "top"
1173-
},
1174-
{
1175-
"label": "Bottom",
1176-
"value": "bottom"
1177-
}
1178-
],
1179-
"initvalue": "right",
1180-
"helpnote": "Playlist position"
1181-
},
1182-
{
1183-
"label": "Expand mode",
1184-
"type": "dropdown",
1185-
"model": "config.plugins.playlist.expandMode",
1186-
"options": [
1187-
{
1188-
"label": "Over",
1189-
"value": "over"
1190-
},
1191-
{
1192-
"label": "Alongside",
1193-
"value": "alongside"
1194-
},
1195-
{
1196-
"label": "Hidden",
1197-
"value": "hidden"
1198-
}
1199-
],
1200-
"initvalue": "alongside",
1201-
"helpnote": "Playlist expand mode"
1202-
},
1203-
{
1204-
"label": "Show playlist panel when movie loads",
1205-
"helpnote": "Uncheck to keep the playlist panel hidden until first play",
1206-
"type": "checkbox",
1207-
"initvalue": true,
1208-
"model": "config.plugins.playlist.expandOnFirstPlay"
1209-
}
1210-
]
1211-
}
1212-
}
1213-
1214-
},
12151048
{
12161049
"label": "Advanced Settings",
12171050
"icon": "advanced",

0 commit comments

Comments
 (0)