forked from 0x2620/pandora
add user.ui.sequenceMode and sequenceSort
This commit is contained in:
parent
d543e35f3f
commit
630dd61adb
3 changed files with 6 additions and 0 deletions
|
@ -722,6 +722,8 @@
|
|||
"mapSelection": "",
|
||||
"page": "",
|
||||
"section": "items",
|
||||
"sequenceMode": "shape",
|
||||
"sequenceSort": [{"key": "director", "operator": "+"}],
|
||||
"showAnnotations": true,
|
||||
"showBrowser": true,
|
||||
"showCalendarControls": true, // fixme: should be false
|
||||
|
|
|
@ -641,6 +641,8 @@
|
|||
"mapSelection": "",
|
||||
"page": "",
|
||||
"section": "items",
|
||||
"sequenceMode": "shape",
|
||||
"sequenceSort": [{"key": "director", "operator": "+"}],
|
||||
"showAnnotations": true,
|
||||
"showAnnotationsCalendar": true,
|
||||
"showAnnotationsMap": true,
|
||||
|
|
|
@ -641,6 +641,8 @@
|
|||
"mapSelection": "",
|
||||
"page": "",
|
||||
"section": "items",
|
||||
"sequenceMode": "shape",
|
||||
"sequenceSort": [{"key": "director", "operator": "+"}],
|
||||
"showAnnotations": true,
|
||||
"showAnnotationsCalendar": true,
|
||||
"showAnnotationsMap": true,
|
||||
|
|
Loading…
Reference in a new issue