add pandora.site.listDefaults

This commit is contained in:
rolux 2011-09-17 14:01:47 +00:00
commit fa20924d2e
2 changed files with 11 additions and 12 deletions

View file

@ -472,6 +472,15 @@
]
}
],
"listDefaults": {
"columns": ["title", "director", "country", "year", "language", "runtime", "genre"],
"columnWidth": {},
"listView": "grid",
"selected": [],
"sort": [
{"key": "director", "operator": ""}
]
},
"listViews": [
{"id": "list", "title": "as List"},
{"id": "grid", "title": "as Grid"},
@ -552,17 +561,7 @@
"item": "",
"itemView": "info",
"list": "",
"lists": {
"": {
"columns": ["title", "director", "country", "year", "language", "runtime", "genre"],
"columnWidth": {},
"listView": "grid",
"selected": [],
"sort": [
{"key": "director", "operator": ""}
]
}
},
"lists": {},
"query": {"conditions": [], "operator": ""},
"section": "items",
"showAnnotations": true,