From 8e9b8d00b26b896c9cb750c00bf5f31f1b4f5742 Mon Sep 17 00:00:00 2001
From: Christopher Pietsch <cpietsch@gmail.com>
Date: Wed, 12 Dec 2018 11:40:42 +0100
Subject: [PATCH] recs updated config

---
 recs/config.json | 42 +++++++++++++++++++++++++++++++++---------
 1 file changed, 33 insertions(+), 9 deletions(-)

diff --git a/recs/config.json b/recs/config.json
index 0242fd5..34348b4 100644
--- a/recs/config.json
+++ b/recs/config.json
@@ -15,11 +15,11 @@
       },
       "detail": {
         "size": 1024,
-        "url": "https://vikusviewer.fh-potsdam.de/recs/vis/data/1024jpg/"
+        "url": "https://vikusviewer.fh-potsdam.de/recs/vis/data/1024/"
       },
       "big": {
         "size": 4096,
-        "url": "https://vikusviewer.fh-potsdam.de/recs/vis/data/4096jpg/"
+        "url": "https://vikusviewer.fh-potsdam.de/recs/vis/data/4096/"
       }
     }
   },
@@ -43,25 +43,49 @@
   "detail": {
     "structure": [
       {
-        "name": "_titel",
+        "name": "Titel",
         "source": "_titel",
-        "display": "wide",
+        "display": "column",
+        "type": "text"
+      },
+      {
+        "name": "Verfasser",
+        "source": "_verfasser",
+        "display": "column",
+        "type": "text"
+      },
+      {
+        "name": "Ort: Verlag, Jahr",
+        "source": "_ort",
+        "display": "column",
+        "type": "text"
+      },
+      {
+        "name": "Umfang",
+        "source": "_umfang",
+        "display": "column",
+        "type": "text"
+      },
+      {
+        "name": "Inhalt",
+        "source": "_inhalt",
+        "display": "column",
         "type": "text"
       },
       {
-        "name": "_kommentar",
-        "source": "_kommentar",
+        "name": "Beilagen",
+        "source": "_beilagen",
         "display": "column",
         "type": "text"
       },
       {
-        "name": "_objektgeschichte",
-        "source": "_objektgeschichte",
+        "name": "Signatur",
+        "source": "_id",
         "display": "column",
         "type": "text"
       },
       {
-        "name": "Stichworte",
+        "name": "Schlagworte",
         "source": "_keywords",
         "display": "column",
         "type": "array"
-- 
GitLab