Skip to content

Commit

Permalink
[PLAYER-4498] Removed audioOnly property which will be replaced by pl…
Browse files Browse the repository at this point in the history
…ayerType page-level param
  • Loading branch information
jpfranco81 committed Oct 17, 2018
1 parent 1988902 commit 8681697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 2 additions & 6 deletions skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,11 +831,6 @@
"description": "Set the default audio language. This is a string of the form \"en\" for English, \"fr\" for French, etc.",
"type": "string",
"default": "en"
},
"audioOnly": {
"description": "Set to true to enable the audio only player",
"type": "boolean",
"default": "false"
}
}
},
Expand Down Expand Up @@ -898,7 +893,7 @@
"\"audioAndCC\": { \"fontFamilyName\": \"alice\", \"fontString\": \"\\u005F\", \"fontStyleClass\": \"icon icon-audio-and-cc\"}",
"\"selected\": { \"fontFamilyName\": \"alice\", \"fontString\": \"\\u0040\", \"fontStyleClass\": \"icon icon-selected\"}",
"\"chromecast-connected\": {\"fontFamilyName\": \"ooyala-slick-type\", \"fontString\": \"\\u003B\", \"fontStyleClass\": \"oo-icon\"}",
"\"chromecast-disconnected\": {\"fontFamilyName\": \"ooyala-slick-type\", \"fontString\": \"\\u003A\", \"fontStyleClass\": \"oo-icon\"}"
"\"chromecast-disconnected\": {\"fontFamilyName\": \"ooyala-slick-type\", \"fontString\": \"\\u003A\", \"fontStyleClass\": \"oo-icon\"}",
"}"],
"play": {
"description": "Set the styling for the play icon on mobile devices.",
Expand Down Expand Up @@ -1428,6 +1423,7 @@
"arrowsBlack",
"audioAndCC",
"bitrateSelector",
"skipControls",
"chromecast"]
},
"buttonArray": {
Expand Down
3 changes: 1 addition & 2 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,7 @@
"vrIcon": false
},
"audio": {
"audioLanguage": "none",
"audioOnly": false
"audioLanguage": "none"
},
"animationDurations": {
"vrNotification": 5,
Expand Down

0 comments on commit 8681697

Please sign in to comment.