Skip to content
Snippets Groups Projects
Commit 8e9b8d00 authored by Christopher Pietsch's avatar Christopher Pietsch
Browse files

recs updated config

parent e33480a6
Branches
No related tags found
No related merge requests found
...@@ -15,11 +15,11 @@ ...@@ -15,11 +15,11 @@
}, },
"detail": { "detail": {
"size": 1024, "size": 1024,
"url": "https://vikusviewer.fh-potsdam.de/recs/vis/data/1024jpg/" "url": "https://vikusviewer.fh-potsdam.de/recs/vis/data/1024/"
}, },
"big": { "big": {
"size": 4096, "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 @@ ...@@ -43,25 +43,49 @@
"detail": { "detail": {
"structure": [ "structure": [
{ {
"name": "_titel", "name": "Titel",
"source": "_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" "type": "text"
}, },
{ {
"name": "_kommentar", "name": "Beilagen",
"source": "_kommentar", "source": "_beilagen",
"display": "column", "display": "column",
"type": "text" "type": "text"
}, },
{ {
"name": "_objektgeschichte", "name": "Signatur",
"source": "_objektgeschichte", "source": "_id",
"display": "column", "display": "column",
"type": "text" "type": "text"
}, },
{ {
"name": "Stichworte", "name": "Schlagworte",
"source": "_keywords", "source": "_keywords",
"display": "column", "display": "column",
"type": "array" "type": "array"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment