tune config
This commit is contained in:
parent
4bc4e34272
commit
284e027e0b
2 changed files with 28 additions and 17 deletions
19
config.jsonc
19
config.jsonc
|
|
@ -202,14 +202,6 @@
|
|||
"sort": true,
|
||||
"sortType": "title"
|
||||
},
|
||||
{
|
||||
"id": "archiveid",
|
||||
"title": "Archive ID",
|
||||
"type": "string",
|
||||
"columnWidth": 120,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "location",
|
||||
"title": "Location",
|
||||
|
|
@ -369,6 +361,13 @@
|
|||
"type": "text",
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "links",
|
||||
"title": "Links",
|
||||
"type": ["string"],
|
||||
"columnWidth": 180,
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "comments",
|
||||
"title": "Comments",
|
||||
|
|
@ -913,7 +912,7 @@
|
|||
"clipColumns": 2,
|
||||
"columns": {
|
||||
"Colors": {
|
||||
"columns": ["title", "depositor", "collection", "language", "hue", "saturation", "brightness"],
|
||||
"columns": ["title", "depositor", "themes", "language", "hue", "saturation", "brightness"],
|
||||
"columnWidth": {}
|
||||
}
|
||||
},
|
||||
|
|
@ -953,7 +952,7 @@
|
|||
"itemFind": "",
|
||||
"itemSort": [{"key": "position", "operator": "+"}],
|
||||
"itemView": "info",
|
||||
"listColumns": ["title", "depositor", "collection", "topic", "language", "duration"],
|
||||
"listColumns": ["title", "depositor", "themes", "topic", "language", "duration"],
|
||||
"listColumnWidth": {},
|
||||
"listSelection": [],
|
||||
"listSort": [{"key": "title", "operator": "+"}],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue