add pandora.site.menuExtras
This commit is contained in:
parent
6f832e29db
commit
f06285185b
4 changed files with 20 additions and 0 deletions
|
@ -694,6 +694,11 @@
|
||||||
"importPosters": true,
|
"importPosters": true,
|
||||||
"importFrames": true
|
"importFrames": true
|
||||||
},
|
},
|
||||||
|
"menuExtras": [
|
||||||
|
"user",
|
||||||
|
//"locale",
|
||||||
|
"reload"
|
||||||
|
],
|
||||||
"personalLists": [
|
"personalLists": [
|
||||||
{"title": "Favorites"},
|
{"title": "Favorites"},
|
||||||
{"title": "1960s", "query": {"conditions": [{"key": "year", "value": ["1960", "1970"], "operator": "="}], "operator": "&"}}
|
{"title": "1960s", "query": {"conditions": [{"key": "year", "value": ["1960", "1970"], "operator": "="}], "operator": "&"}}
|
||||||
|
|
|
@ -701,6 +701,11 @@
|
||||||
"importPosters": false,
|
"importPosters": false,
|
||||||
"importFrames": false
|
"importFrames": false
|
||||||
},
|
},
|
||||||
|
"menuExtras": [
|
||||||
|
"user",
|
||||||
|
//"locale",
|
||||||
|
"reload"
|
||||||
|
],
|
||||||
"personalLists": [
|
"personalLists": [
|
||||||
{"title": "Favorites"},
|
{"title": "Favorites"},
|
||||||
{"title": "Black & White Films", "query": {"conditions": [{"key": "color", "value": "Black and White", "operator": "=="}], "operator": "&"}},
|
{"title": "Black & White Films", "query": {"conditions": [{"key": "color", "value": "Black and White", "operator": "=="}], "operator": "&"}},
|
||||||
|
|
|
@ -584,6 +584,11 @@
|
||||||
"importPosters": false,
|
"importPosters": false,
|
||||||
"importFrames": false
|
"importFrames": false
|
||||||
},
|
},
|
||||||
|
"menuExtras": [
|
||||||
|
"user",
|
||||||
|
//"locale",
|
||||||
|
"reload"
|
||||||
|
],
|
||||||
"personalLists": [
|
"personalLists": [
|
||||||
{"title": "Favorites"}
|
{"title": "Favorites"}
|
||||||
],
|
],
|
||||||
|
|
|
@ -502,6 +502,11 @@
|
||||||
"importPosters": false,
|
"importPosters": false,
|
||||||
"importFrames": false
|
"importFrames": false
|
||||||
},
|
},
|
||||||
|
"menuExtras": [
|
||||||
|
"user",
|
||||||
|
//"locale",
|
||||||
|
"reload"
|
||||||
|
],
|
||||||
"personalLists": [
|
"personalLists": [
|
||||||
{"title": "Favorites"}
|
{"title": "Favorites"}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue