add groups, tactics
This commit is contained in:
parent
2d183b959d
commit
d9672f65b8
2 changed files with 25 additions and 2 deletions
22
config.jsonc
22
config.jsonc
|
|
@ -185,6 +185,17 @@
|
|||
"autocomplete": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "group",
|
||||
"operator": "+",
|
||||
"title": "Group",
|
||||
"type": "string",
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"autocomplete": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "publisher",
|
||||
"operator": "+",
|
||||
|
|
@ -323,6 +334,17 @@
|
|||
"autocomplete": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "tactics",
|
||||
"operator": "+",
|
||||
"title": "Tactics",
|
||||
"type": ["string"],
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"autocomplete": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "tags",
|
||||
"operator": "+",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue