add decade
This commit is contained in:
parent
a26a147450
commit
e6e2b78112
1 changed files with 11 additions and 0 deletions
11
config.jsonc
11
config.jsonc
|
@ -254,6 +254,17 @@
|
|||
"sort": true,
|
||||
"value": {"key": "date", "type": "map", "map": "^(\\d{4})"}
|
||||
},
|
||||
{
|
||||
"id": "decade",
|
||||
"title": "Decade",
|
||||
"type": "string",
|
||||
"autocomplete": true,
|
||||
"columnWidth": 60,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"value": {"key": "date", "type": "map", "map": "^(\\d{3})", "format": "{}0s"}
|
||||
},
|
||||
{
|
||||
"id": "series",
|
||||
"title": "Series",
|
||||
|
|
Loading…
Reference in a new issue