most recent items first
This commit is contained in:
parent
01e576eded
commit
9c146c8ae2
1 changed files with 4 additions and 2 deletions
|
@ -900,7 +900,7 @@
|
||||||
"collectionColumnWidth": {},
|
"collectionColumnWidth": {},
|
||||||
"collectionSelection": [],
|
"collectionSelection": [],
|
||||||
"collectionSort": [
|
"collectionSort": [
|
||||||
{"key": "title", "operator": "+"},
|
{"key": "created", "operator": "-"},
|
||||||
{"key": "extension", "operator": "+"}
|
{"key": "extension", "operator": "+"}
|
||||||
],
|
],
|
||||||
"collectionView": "grid",
|
"collectionView": "grid",
|
||||||
|
@ -961,7 +961,9 @@
|
||||||
"listColumns": ["title", "date", "location", "tag", "language", "duration"],
|
"listColumns": ["title", "date", "location", "tag", "language", "duration"],
|
||||||
"listColumnWidth": {},
|
"listColumnWidth": {},
|
||||||
"listSelection": [],
|
"listSelection": [],
|
||||||
"listSort": [{"key": "title", "operator": "+"}],
|
"listSort": [
|
||||||
|
{"key": "created", "operator": "-"}
|
||||||
|
],
|
||||||
"listView": "grid",
|
"listView": "grid",
|
||||||
"lists": {},
|
"lists": {},
|
||||||
"locale": "en",
|
"locale": "en",
|
||||||
|
|
Loading…
Reference in a new issue