Skip to content

Commit

Permalink
Merge branch 'master' into feature/PLAYER-2265
Browse files Browse the repository at this point in the history
  • Loading branch information
yvinokurov committed Nov 22, 2017
2 parents 35c2591 + 4ed4c32 commit 4741bdb
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
27 changes: 27 additions & 0 deletions skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,21 @@
},
"required": ["defaultLanguage"]
},
"languageDirections": {
"ar": "rtl",
"dv": "rtl",
"he": "rtl",
"fa": "rtl",
"ks": "rtl",
"ku": "rtl",
"pa": "rtl",
"ps": "rtl",
"sd": "rtl",
"tk": "rtl",
"ug": "rtl",
"ur": "rtl",
"yi": "rtl"
},
"responsive": {
"description": "Defines values needed for Responsive Design Rules",
"properties": {
Expand Down Expand Up @@ -674,6 +689,18 @@
"default": "false"
}
}
},
"qualitySelection":{
"description":"Configuration for the control bar quality selection panel/popover",
"type":"object",
"properties":{
"format":{
"description":"Determine the format of the quality options. Available formats: bitrate only, resolution only, and resolution + bitrate.",
"type":"string",
"enum": ["bitrate", "resolution", "resolution bitrate"],
"default":"bitrate"
}
}
}
}
},
Expand Down
18 changes: 18 additions & 0 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@
}
]
},
"languageDirections": {
"ar": "rtl",
"dv": "rtl",
"he": "rtl",
"fa": "rtl",
"ks": "rtl",
"ku": "rtl",
"pa": "rtl",
"ps": "rtl",
"sd": "rtl",
"tk": "rtl",
"ug": "rtl",
"ur": "rtl",
"yi": "rtl"
},
"responsive": {
"breakpoints": {
"xs": {"id": "xs", "name": "oo-xsmall", "maxWidth": 559, "multiplier": 0.7},
Expand Down Expand Up @@ -194,6 +209,9 @@
},
"tooltips":{
"enabled":false
},
"qualitySelection":{
"format": "bitrate"
}
},
"live": {
Expand Down

0 comments on commit 4741bdb

Please sign in to comment.