Skip to content

Commit

Permalink
Merge pull request #230 from ooyala/PLAYER-4998
Browse files Browse the repository at this point in the history
[PLAYER-4998] Control bar enable param is added
  • Loading branch information
zelibobla authored Jan 25, 2019
2 parents f338b69 + 81d9e6d commit 533ebad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,11 @@
"additionalProperties": false,
"required": [ "height", "autoHide", "logo" ],
"properties": {
"enabled": {
"description": "Show the control bar if set to true. Hide the control bar if set to false. Default is true.",
"type": "boolean",
"default": true
},
"volumeControl": {
"description": "Defines color of volume control in control bar.",
"type": "object",
Expand Down
1 change: 1 addition & 0 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
}
},
"controlBar": {
"enabled": true,
"volumeControl": {
"color": ""
},
Expand Down

0 comments on commit 533ebad

Please sign in to comment.