From 8d80730a62662e56cc033b3a341659f8978c2c22 Mon Sep 17 00:00:00 2001
From: Christopher Pietsch <cpietsch@gmail.com>
Date: Wed, 3 Oct 2018 12:36:08 +0200
Subject: [PATCH] changed keywords to array

---
 artofthemarch/config.json | 2 +-
 goethe/config.json        | 2 +-
 recs/config.json          | 2 +-
 vangogh/config.json       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/artofthemarch/config.json b/artofthemarch/config.json
index 5e5356a..01178ae 100644
--- a/artofthemarch/config.json
+++ b/artofthemarch/config.json
@@ -62,7 +62,7 @@
         "name": "keywords",
         "source": "_keywords",
         "display": "column",
-        "type": "keywords"
+        "type": "array"
       },
       {
         "name": "strategy",
diff --git a/goethe/config.json b/goethe/config.json
index 400a259..1702ce7 100644
--- a/goethe/config.json
+++ b/goethe/config.json
@@ -55,7 +55,7 @@
         "name": "Stichworte",
         "source": "_keywords",
         "display": "column",
-        "type": "keywords"
+        "type": "array"
       },
       {
         "name": "Ausleihe",
diff --git a/recs/config.json b/recs/config.json
index 5b8a830..91fb284 100644
--- a/recs/config.json
+++ b/recs/config.json
@@ -76,7 +76,7 @@
         "name": "Stichworte",
         "source": "_keywords",
         "display": "column",
-        "type": "keywords"
+        "type": "array"
       }
     ]
   }
diff --git a/vangogh/config.json b/vangogh/config.json
index fa8ac80..0477f90 100644
--- a/vangogh/config.json
+++ b/vangogh/config.json
@@ -70,7 +70,7 @@
         "name": "Keywords",
         "source": "_keywords",
         "display": "column",
-        "type": "keywords"
+        "type": "array"
       },
       {
         "name": "Id",
-- 
GitLab