forked from 0x2620/pandora
config: add user.ui.documentSize, documentsSort and documentsView
This commit is contained in:
parent
0bcf2de927
commit
8749d9d674
4 changed files with 12 additions and 0 deletions
|
@ -774,6 +774,9 @@
|
|||
"columnWidth": {}
|
||||
}
|
||||
},
|
||||
"documentSize": 256,
|
||||
"documentsSort": [{"key": "index", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
"embedSize": 256,
|
||||
|
|
|
@ -790,6 +790,9 @@
|
|||
"columnWidth": {}
|
||||
}
|
||||
},
|
||||
"documentSize": 256,
|
||||
"documentsSort": [{"key": "index", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
"embedSize": 256,
|
||||
|
|
|
@ -663,6 +663,9 @@
|
|||
"columnWidth": {}
|
||||
}
|
||||
},
|
||||
"documentSize": 256,
|
||||
"documentsSort": [{"key": "index", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
"embedSize": 256,
|
||||
|
|
|
@ -583,6 +583,9 @@
|
|||
"columnWidth": {}
|
||||
}
|
||||
},
|
||||
"documentSize": 256,
|
||||
"documentsSort": [{"key": "index", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
"embedSize": 256,
|
||||
|
|
Loading…
Reference in a new issue