add name field

This commit is contained in:
j 2019-11-20 14:08:10 +01:00
parent 41b9f36fb7
commit 3b765c4a98

View file

@ -509,6 +509,13 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"sort": true, "sort": true,
"sortType": "person" "sortType": "person"
}, },
{
"id": "name",
"title": "Name",
"type": ["string"],
"autocomplete": true,
"find": true
},
{ {
"id": "country", "id": "country",
"title": "Country", "title": "Country",