show document filters by default
This commit is contained in:
parent
fbb6b8e7cd
commit
01e576eded
1 changed files with 2 additions and 2 deletions
|
@ -924,7 +924,7 @@
|
|||
{"id": "place", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "language", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "publisher", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "extension", "sort": [{"key": "items", "operator": "-"}]}
|
||||
{"id": "category", "sort": [{"key": "items", "operator": "-"}]}
|
||||
],
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
|
@ -991,7 +991,7 @@
|
|||
"showCalendarControls": true, // fixme: should be false
|
||||
"showClips": true,
|
||||
"showDocument": true,
|
||||
"showDocumentFilters": false,
|
||||
"showDocumentFilters": true,
|
||||
"showFilters": true,
|
||||
"showIconBrowser": false,
|
||||
"showInfo": true,
|
||||
|
|
Loading…
Reference in a new issue