add document keys
This commit is contained in:
parent
099815fe61
commit
bfb42a6ac2
1 changed files with 27 additions and 0 deletions
27
config.jsonc
27
config.jsonc
|
@ -251,6 +251,15 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "categories",
|
||||
"title": "Categories",
|
||||
"type": ["string"],
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "keywords",
|
||||
"title": "Keywords",
|
||||
|
@ -296,6 +305,24 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"sort": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "borrowedon",
|
||||
"title": "Borrowed on",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"find": true,
|
||||
"operator": "-",
|
||||
"sort": true,
|
||||
},
|
||||
{
|
||||
"id": "borrowedby",
|
||||
"title": "Borrowed by",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"find": true,
|
||||
"operator": "-",
|
||||
"sort": true,
|
||||
},
|
||||
{
|
||||
"id": "id",
|
||||
"operator": "+",
|
||||
|
|
Loading…
Reference in a new issue