year
This commit is contained in:
parent
52746ea0ed
commit
90ccbdfcf9
1 changed files with 12 additions and 1 deletions
13
config.jsonc
13
config.jsonc
|
@ -230,6 +230,17 @@
|
|||
"poster": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "year",
|
||||
"title": "Year",
|
||||
"type": "string",
|
||||
"autocomplete": true,
|
||||
"columnWidth": 60,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"value": {"key": "date", "type": "map", "map": "^(\\d{4})"}
|
||||
},
|
||||
{
|
||||
"id": "language",
|
||||
"title": "Language",
|
||||
|
@ -912,7 +923,7 @@
|
|||
{"id": "themes", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "name", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "keywords", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "date", "sort": [{"key": "name", "operator": "+"}]}
|
||||
{"id": "year", "sort": [{"key": "name", "operator": "+"}]}
|
||||
],
|
||||
"filtersSize": 176,
|
||||
"find": {"conditions": [], "operator": "&"},
|
||||
|
|
Loading…
Reference in a new issue