From 46be713d82c34e1e6067179b07851d8688ddc5a4 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 9 May 2018 12:15:31 +0100 Subject: [PATCH] country is list --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 2701817..c9c7e7c 100644 --- a/config.jsonc +++ b/config.jsonc @@ -522,7 +522,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. { "id": "country", "title": "Country", - "type": "string", + "type": ["string"], "autocomplete": true, "columnWidth": 180, "filter": true,