From 0ac89bc8d2188a23572949b226257ec9e8ffa7f5 Mon Sep 17 00:00:00 2001 From: Rolux Date: Tue, 5 Jan 2016 19:56:43 +0530 Subject: [PATCH] make publisher an array --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 8a0786a..13d0cd2 100644 --- a/config.json +++ b/config.json @@ -41,7 +41,7 @@ { "id": "publisher", "title": "Publisher", - "type": "string", + "type": ["string"], "autocomplete": true, "columnWidth": 128, "filter": true,