add name field
This commit is contained in:
parent
41b9f36fb7
commit
3b765c4a98
1 changed files with 7 additions and 0 deletions
|
@ -509,6 +509,13 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"sort": true,
|
||||
"sortType": "person"
|
||||
},
|
||||
{
|
||||
"id": "name",
|
||||
"title": "Name",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "country",
|
||||
"title": "Country",
|
||||
|
|
Loading…
Reference in a new issue