add categories
This commit is contained in:
parent
ed6226b824
commit
683f12cab9
1 changed files with 10 additions and 0 deletions
10
config.jsonc
10
config.jsonc
|
@ -223,6 +223,16 @@
|
||||||
"find": true,
|
"find": true,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "category",
|
||||||
|
"title": "Categories",
|
||||||
|
"type": ["string"],
|
||||||
|
"autocomplete": true,
|
||||||
|
"columnWidth": 180,
|
||||||
|
"filter": true,
|
||||||
|
"find": true,
|
||||||
|
"sort": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "id",
|
"id": "id",
|
||||||
"operator": "+",
|
"operator": "+",
|
||||||
|
|
Loading…
Reference in a new issue