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,
|
"find": true,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "categories",
|
||||||
|
"title": "Categories",
|
||||||
|
"type": ["string"],
|
||||||
|
"columnWidth": 128,
|
||||||
|
"filter": true,
|
||||||
|
"find": true,
|
||||||
|
"sort": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "keywords",
|
"id": "keywords",
|
||||||
"title": "Keywords",
|
"title": "Keywords",
|
||||||
|
@ -296,6 +305,24 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"sort": true,
|
"sort": true,
|
||||||
"columnWidth": 256
|
"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",
|
"id": "id",
|
||||||
"operator": "+",
|
"operator": "+",
|
||||||
|
|
Loading…
Reference in a new issue