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": {},
|
||||
"collectionSelection": [],
|
||||
"collectionSort": [
|
||||
{"key": "title", "operator": "+"},
|
||||
{"key": "created", "operator": "-"},
|
||||
{"key": "extension", "operator": "+"}
|
||||
],
|
||||
"collectionView": "grid",
|
||||
|
@ -961,7 +961,9 @@
|
|||
"listColumns": ["title", "date", "location", "tag", "language", "duration"],
|
||||
"listColumnWidth": {},
|
||||
"listSelection": [],
|
||||
"listSort": [{"key": "title", "operator": "+"}],
|
||||
"listSort": [
|
||||
{"key": "created", "operator": "-"}
|
||||
],
|
||||
"listView": "grid",
|
||||
"lists": {},
|
||||
"locale": "en",
|
||||
|
|
Loading…
Reference in a new issue