Skip to content

Commit

Permalink
chore: remove ovp plugins for this version
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Aug 2, 2022
1 parent ff5f3a0 commit 3892259
Showing 1 changed file with 0 additions and 167 deletions.
167 changes: 0 additions & 167 deletions app/js/services/v3Properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1045,173 +1045,6 @@
}
}
},
{
"label": "Additional Plugins",
"type": "menu",
"model": "pluginSettings",
"icon": "TabPlugins",
"children" : {
"kaltura-live": {
"label": "Live",
"type": "featuremenu",
"model": "config.plugins.kaltura-live",
"endline": "true",
"componentName": "playkit-kaltura-live",
"children": []
},
"navigation": {
"label": "Navigation",
"type": "featuremenu",
"model": "config.plugins.navigation",
"endline": "true",
"componentName": "playkit-navigation",
"children": []
},
"playkit-js-transcript": {
"label": "Transcript",
"type": "featuremenu",
"model": "config.plugins.playkit-transcript",
"endline": "true",
"componentName": "playkit-transcript",
"children": []
},
"playkit-js-hotspots": {
"label": "Hotspots",
"type": "featuremenu",
"model": "config.plugins.playkit-js-hotspots",
"endline": "true",
"componentName": "playkit-hotspots",
"children": []
},
"qna": {
"label": "Live QnA",
"type": "featuremenu",
"model": "config.plugins.qna",
"endline": "true",
"componentName": "playkit-qna",
"children": []
},
"playkit-js-info": {
"label": "Info",
"type": "featuremenu",
"model": "config.plugins.playkit-js-info",
"endline": "true",
"componentName": "playkit-info",
"children": []
},
"playkit-js-moderation": {
"label": "Moderation",
"type": "featuremenu",
"model": "config.plugins.playkit-js-moderation",
"endline": "true",
"componentName": "playkit-moderation",
"children": []
},
"dualscreen": {
"label": "Dual Screen",
"type": "featuremenu",
"model": "config.plugins.dualscreen",
"endline": "true",
"componentName": "playkit-dual-screen",
"children": [
{
"label": "Position",
"type": "dropdown",
"model": "config.plugins.dualscreen.position",
"options": [
{
"label": "Top Right",
"value": "top-right"
}, {
"label": "Bottom Right",
"value": "bottom-right"
},
{
"label": "Top Left",
"value": "top-left"
}, {
"label": "Bottom Left",
"value": "bottom-left"
}
],
"initvalue": "bottom-right",
"helpnote": "The position where the Secondary media will be displayed"
}
]
},
"ivq": {
"label": "Quiz",
"type": "featuremenu",
"model": "config.plugins.ivq",
"endline": "true",
"componentName": "playkit-ivq",
"children": []
},
"playlist": {
"label": "Playlist Panel",
"type": "featuremenu",
"model": "config.plugins.playlist",
"endline": "true",
"componentName": "playkit-playlist",
"children": [
{
"label": "Position",
"type": "dropdown",
"model": "config.plugins.playlist.position",
"options": [
{
"label": "Right",
"value": "right"
},
{
"label": "Left",
"value": "left"
},
{
"label": "Top",
"value": "top"
},
{
"label": "Bottom",
"value": "bottom"
}
],
"initvalue": "right",
"helpnote": "Playlist position"
},
{
"label": "Expand mode",
"type": "dropdown",
"model": "config.plugins.playlist.expandMode",
"options": [
{
"label": "Over",
"value": "over"
},
{
"label": "Alongside",
"value": "alongside"
},
{
"label": "Hidden",
"value": "hidden"
}
],
"initvalue": "alongside",
"helpnote": "Playlist expand mode"
},
{
"label": "Show playlist panel when movie loads",
"helpnote": "Uncheck to keep the playlist panel hidden until first play",
"type": "checkbox",
"initvalue": true,
"model": "config.plugins.playlist.expandOnFirstPlay"
}
]
}
}

},
{
"label": "Advanced Settings",
"icon": "advanced",
Expand Down

0 comments on commit 3892259

Please sign in to comment.