colors and sort

This commit is contained in:
j 2023-11-17 17:33:33 +01:00
commit 89918e141c
2 changed files with 17 additions and 6 deletions

View file

@ -501,6 +501,10 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"id": "title",
"title": "Title",
"type": "string",
"additionalSort": [
{"key": "type", "operator": "+"},
{"key": "batch", "operator": "+"}
],
"autocomplete": true,
"autocompleteSort": [{"key": "timesaccessed", "operator": "-"}],
"columnRequired": true,