fix config
This commit is contained in:
parent
10a8892a55
commit
ef2b022855
1 changed files with 6 additions and 6 deletions
12
config.jsonc
12
config.jsonc
|
|
@ -504,7 +504,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"type": "string",
|
||||
"additionalSort": [
|
||||
{"key": "type", "operator": "+"},
|
||||
{"key": "batch", "operator": "+"}
|
||||
{"key": "chapter", "operator": "+"}
|
||||
],
|
||||
"autocomplete": true,
|
||||
"autocompleteSort": [{"key": "timesaccessed", "operator": "-"}],
|
||||
|
|
@ -542,8 +542,8 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "chapters",
|
||||
"title": "Chapters",
|
||||
"id": "chapter",
|
||||
"title": "Chapter",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"columnWidth": 80,
|
||||
|
|
@ -1120,7 +1120,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"collections": {},
|
||||
"columns": {
|
||||
"Colors": {
|
||||
"columns": ["title", "type", "batch", "duration", "tags", "resolution"],
|
||||
"columns": ["title", "type", "chapter", "duration", "tags", "resolution"],
|
||||
"columnWidth": {}
|
||||
}
|
||||
},
|
||||
|
|
@ -1156,7 +1156,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"entitiesType": "",
|
||||
"filters": [
|
||||
{"id": "type", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "batch", "sort": [{"key": "name", "operator": "-"}]},
|
||||
{"id": "chapter", "sort": [{"key": "name", "operator": "-"}]},
|
||||
{"id": "tags", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "keywords", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "year", "sort": [{"key": "items", "operator": "-"}]}
|
||||
|
|
@ -1177,7 +1177,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"itemFind": "",
|
||||
"itemSort": [{"key": "position", "operator": "+"}],
|
||||
"itemView": "info",
|
||||
"listColumns": ["title", "type", "batch", "duration", "tags", "resolution", "numberoftags"],
|
||||
"listColumns": ["title", "type", "chapter", "duration", "tags", "resolution", "numberoftags"],
|
||||
"listColumnWidth": {},
|
||||
"listSelection": [],
|
||||
"listSort": [{"key": "title", "operator": "+"}],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue