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", "type": "string",
"additionalSort": [ "additionalSort": [
{"key": "type", "operator": "+"}, {"key": "type", "operator": "+"},
{"key": "batch", "operator": "+"} {"key": "chapter", "operator": "+"}
], ],
"autocomplete": true, "autocomplete": true,
"autocompleteSort": [{"key": "timesaccessed", "operator": "-"}], "autocompleteSort": [{"key": "timesaccessed", "operator": "-"}],
@ -542,8 +542,8 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"sort": true "sort": true
}, },
{ {
"id": "chapters", "id": "chapter",
"title": "Chapters", "title": "Chapter",
"type": ["string"], "type": ["string"],
"autocomplete": true, "autocomplete": true,
"columnWidth": 80, "columnWidth": 80,
@ -1120,7 +1120,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"collections": {}, "collections": {},
"columns": { "columns": {
"Colors": { "Colors": {
"columns": ["title", "type", "batch", "duration", "tags", "resolution"], "columns": ["title", "type", "chapter", "duration", "tags", "resolution"],
"columnWidth": {} "columnWidth": {}
} }
}, },
@ -1156,7 +1156,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"entitiesType": "", "entitiesType": "",
"filters": [ "filters": [
{"id": "type", "sort": [{"key": "items", "operator": "-"}]}, {"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": "tags", "sort": [{"key": "items", "operator": "-"}]},
{"id": "keywords", "sort": [{"key": "items", "operator": "-"}]}, {"id": "keywords", "sort": [{"key": "items", "operator": "-"}]},
{"id": "year", "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": "", "itemFind": "",
"itemSort": [{"key": "position", "operator": "+"}], "itemSort": [{"key": "position", "operator": "+"}],
"itemView": "info", "itemView": "info",
"listColumns": ["title", "type", "batch", "duration", "tags", "resolution", "numberoftags"], "listColumns": ["title", "type", "chapter", "duration", "tags", "resolution", "numberoftags"],
"listColumnWidth": {}, "listColumnWidth": {},
"listSelection": [], "listSelection": [],
"listSort": [{"key": "title", "operator": "+"}], "listSort": [{"key": "title", "operator": "+"}],