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": "",
|
"mapSelection": "",
|
||||||
"page": "",
|
"page": "",
|
||||||
"section": "items",
|
"section": "items",
|
||||||
|
"sequenceMode": "shape",
|
||||||
|
"sequenceSort": [{"key": "director", "operator": "+"}],
|
||||||
"showAnnotations": true,
|
"showAnnotations": true,
|
||||||
"showBrowser": true,
|
"showBrowser": true,
|
||||||
"showCalendarControls": true, // fixme: should be false
|
"showCalendarControls": true, // fixme: should be false
|
||||||
|
|
|
@ -641,6 +641,8 @@
|
||||||
"mapSelection": "",
|
"mapSelection": "",
|
||||||
"page": "",
|
"page": "",
|
||||||
"section": "items",
|
"section": "items",
|
||||||
|
"sequenceMode": "shape",
|
||||||
|
"sequenceSort": [{"key": "director", "operator": "+"}],
|
||||||
"showAnnotations": true,
|
"showAnnotations": true,
|
||||||
"showAnnotationsCalendar": true,
|
"showAnnotationsCalendar": true,
|
||||||
"showAnnotationsMap": true,
|
"showAnnotationsMap": true,
|
||||||
|
|
|
@ -641,6 +641,8 @@
|
||||||
"mapSelection": "",
|
"mapSelection": "",
|
||||||
"page": "",
|
"page": "",
|
||||||
"section": "items",
|
"section": "items",
|
||||||
|
"sequenceMode": "shape",
|
||||||
|
"sequenceSort": [{"key": "director", "operator": "+"}],
|
||||||
"showAnnotations": true,
|
"showAnnotations": true,
|
||||||
"showAnnotationsCalendar": true,
|
"showAnnotationsCalendar": true,
|
||||||
"showAnnotationsMap": true,
|
"showAnnotationsMap": true,
|
||||||
|
|
Loading…
Reference in a new issue