add and use pandora.site.posters.ratio (fixes #1572)
This commit is contained in:
parent
e6117dfc61
commit
9e6fa2714e
10 changed files with 30 additions and 18 deletions
|
|
@ -664,6 +664,9 @@
|
|||
//{"title": "Movies with Video", "query": {"conditions": [{"key": "canplayvideo", "value": "true", "operator": "="}], "operator": "&"}},
|
||||
//{"title": "Movies with Clips", "query": {"conditions": [{"key": "canplayclips", "value": "true", "operator": "="}], "operator": "&"}}
|
||||
],
|
||||
"posters": {
|
||||
"ratio": 0.625
|
||||
},
|
||||
"rightsLevel": {"member": 4, "staff": 3, "admin": 2},
|
||||
"rightsLevels": [
|
||||
{"name": "Public", "color": [128, 255, 128]},
|
||||
|
|
|
|||
|
|
@ -703,6 +703,9 @@
|
|||
{"title": "Black & White Films", "query": {"conditions": [{"key": "color", "value": "Black and White", "operator": "=="}], "operator": "&"}},
|
||||
{"title": "Silent Films", "query": {"conditions": [{"key": "language", "value": "None", "operator": "=="}, {"key": "sound", "value": "Silent", "operator": "=="}], "operator": "|"}}
|
||||
],
|
||||
"posters": {
|
||||
"ratio": 0.6875
|
||||
},
|
||||
"rightsLevel": {"member": 3, "student": 3, "staff": 3, "admin": 3},
|
||||
"rightsLevels": [
|
||||
{"name": "Public", "color": [128, 255, 128]},
|
||||
|
|
|
|||
|
|
@ -585,6 +585,9 @@
|
|||
"personalLists": [
|
||||
{"title": "Favorites"}
|
||||
],
|
||||
"posters": {
|
||||
"ratio": 0.625
|
||||
},
|
||||
"rightsLevel": {"member": 2, "staff": 2, "admin": 2},
|
||||
"rightsLevels": [
|
||||
{"name": "Public", "color": [128, 255, 128]},
|
||||
|
|
|
|||
|
|
@ -504,6 +504,9 @@
|
|||
"personalLists": [
|
||||
{"title": "Favorites"}
|
||||
],
|
||||
"posters": {
|
||||
"ratio": 0.625
|
||||
},
|
||||
"rightsLevel": {"member": 2, "staff": 2, "admin": 2},
|
||||
"rightsLevels": [
|
||||
{"name": "Public", "color": [128, 255, 128]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue