add name field

This commit is contained in:
j 2019-11-20 14:08:10 +01:00
parent 41b9f36fb7
commit 3b765c4a98
1 changed files with 7 additions and 0 deletions

View File

@ -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",