This commit is contained in:
j 2019-06-07 16:34:14 +01:00
parent e15c042a79
commit 2bf2fb0fd9

View file

@ -239,6 +239,7 @@
"type": "string", "type": "string",
"columnWidth": 120, "columnWidth": 120,
//"format": {"type": "date", "args": ["%a, %b %e, %Y"]}, //"format": {"type": "date", "args": ["%a, %b %e, %Y"]},
"filter": true,
"sort": true "sort": true
}, },
{ {
@ -1281,10 +1282,17 @@
"document": "", "document": "",
"documents": {}, "documents": {},
"documentSize": 256, "documentSize": 256,
"documentFiltersSize": 176,
"documentView": "view", "documentView": "view",
"documentsSelection": {}, "documentsSelection": {},
"documentsSort": [{"key": "name", "operator": "+"}], "documentsSort": [{"key": "name", "operator": "+"}],
"documentsView": "grid", "documentsView": "grid",
"documentFilters": [
{"id": "source", "sort": [{"key": "items", "operator": "-"}]},
{"id": "author", "sort": [{"key": "items", "operator": "-"}]},
{"id": "associatedgroups", "sort": [{"key": "items", "operator": "-"}]},
{"id": "movement", "sort": [{"key": "items", "operator": "-"}]}
],
"edit": "", "edit": "",
"edits": {}, "edits": {},
"editSelection": [], "editSelection": [],
@ -1348,6 +1356,7 @@
"showCalendarControls": true, // fixme: should be false "showCalendarControls": true, // fixme: should be false
"showClips": true, "showClips": true,
"showDocument": true, "showDocument": true,
"showDocumentFilters": false,
"showFilters": true, "showFilters": true,
"showIconBrowser": false, "showIconBrowser": false,
"showInfo": true, "showInfo": true,