config: add categories
This commit is contained in:
parent
9a3c457d6a
commit
3cdc039cb2
1 changed files with 9 additions and 0 deletions
|
@ -92,6 +92,15 @@
|
|||
"format": {"type": "unit", "args": ["pages"]},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "categories",
|
||||
"title": "Categories",
|
||||
"type": ["string"],
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "description",
|
||||
"title": "Description",
|
||||
|
|
Loading…
Reference in a new issue