diff --git a/recs/config.json b/recs/config.json
index 0242fd590e057fb9e3a15d5b73207e5827c28df3..34348b40d833d25525fbfef331b97f90f97ef201 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"