year
This commit is contained in:
parent
84ab09c930
commit
b8d552f79a
1 changed files with 11 additions and 0 deletions
11
config.jsonc
11
config.jsonc
|
@ -662,6 +662,17 @@
|
|||
//"format": {"type": "date", "args": ["%a, %b %e, %Y"]},
|
||||
"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": "summary",
|
||||
"title": "Summary",
|
||||
|
|
Loading…
Reference in a new issue