From 6af2a1cbe65475b7ed32eba1cb9703f1310ab2ed Mon Sep 17 00:00:00 2001 From: j Date: Thu, 31 Oct 2019 11:10:29 +0100 Subject: [PATCH] default to list of countries --- pandora/config.pandora.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index f7fdd8f2..afec959e 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -550,7 +550,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,