fix config

This commit is contained in:
j 2025-12-10 09:45:35 +01:00
commit ef2b022855

View file

@ -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": "+"}],