Skip to content

Commit

Permalink
[PLAYER-5035] Return accidentally deleted settings
Browse files Browse the repository at this point in the history
  • Loading branch information
atopilskii committed Mar 12, 2019
1 parent 106ce4d commit ade4690
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,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 Expand Up @@ -924,7 +929,7 @@
"desktopAd": { "$ref": "#/definitions/buttonArray" },
"mobileContent": { "$ref": "#/definitions/buttonArray" },
"mobileAd": { "$ref": "#/definitions/buttonArray" },
"audioOnly": {
"audioOnly": {
"description": "Defines the buttons that can appear in the audio only view on the controlBar and/or the moreOptions panel. Desktop and Mobile platforms can be configured individually.",
"type": "object",
"required": ["desktop", "mobile"],
Expand Down

0 comments on commit ade4690

Please sign in to comment.