forked from 0x2620/pandora
config: add user.ui.editSelection .editSort and .editView
This commit is contained in:
parent
82c15bb138
commit
7475caee10
4 changed files with 12 additions and 0 deletions
|
@ -784,6 +784,9 @@
|
|||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
"editSelection": [],
|
||||
"editSort": [{"key": "index", "operator": "+"}],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
|
|
|
@ -800,6 +800,9 @@
|
|||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
"editSelection": [],
|
||||
"editSort": [{"key": "index", "operator": "+"}],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
|
|
|
@ -673,6 +673,9 @@
|
|||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
"editSelection": [],
|
||||
"editSort": [{"key": "index", "operator": "+"}],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
{"id": "source", "sort": [{"key": "name", "operator": "+"}]},
|
||||
|
|
|
@ -593,6 +593,9 @@
|
|||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
"editSelection": [],
|
||||
"editSort": [{"key": "index", "operator": "+"}],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
|
|
Loading…
Reference in a new issue