add document keys
This commit is contained in:
parent
1729452b16
commit
15b5566490
1 changed files with 18 additions and 0 deletions
18
config.jsonc
18
config.jsonc
|
@ -260,6 +260,24 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "collections",
|
||||
"title": "Collections",
|
||||
"type": ["string"],
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "projects",
|
||||
"title": "Projects",
|
||||
"type": ["string"],
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "description",
|
||||
"operator": "+",
|
||||
|
|
Loading…
Reference in a new issue