Skip to content
Snippets Groups Projects
Commit 30a096de authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

default config: Adapted to actual CZI screen

parent ce12ff62
No related branches found
No related tags found
No related merge requests found
...@@ -9,22 +9,64 @@ ...@@ -9,22 +9,64 @@
"position": { "position": {
"x": 0, "x": 0,
"y": 0, "y": 0,
"w": 6, "w": 9,
"h": 10 "h": 13
},
"config": {
"stops": [
"Dortmund Universität S",
"Dortmund Joseph von Fraunhofer",
"Dortmund Meitnerweg"
],
"filter": {
"type": [
"H-Bahn"
],
"destination": [
"Dortmund Otto-Hahn-Straße"
]
}
} }
}, },
{ {
"type": "bild", "type": "bild",
"position": { "position": {
"x": 6, "x": 9,
"y": 0, "y": 0,
"w": 10, "w": 16,
"h": 4 "h": 5
}, },
"config": { "config": {
"url": "/preisliste.png", "url": "/warning.png",
"title": "FooBar", "title": "Achtung, Testbetrieb",
"description": "Ihr habt dort die Möglichkeit, mit 40 verschiedenen Ansprechpartnern auf der IT-Kontaktmesse Kontakt aufzunehmen. Ihr habt dort die Möglichkeit, mit 40 verschiedenen Ansprechpartnern auf der IT-Kontaktmesse Kontakt aufzunehmen." "description": "Wie du vielleicht siehst, sieht dieser Bildschirm heute anders aus. Darf ich vorstellen: Der neue Infoscreen. Bitte beachte allerdings, dass wir gerade einen Testbetrieb machen. Bitte melde daher Fehler und auch sonstige Wünsche an Niklas unter @niklasschroetler:chat.upi.li oder niklas.schroetler@tu-dortmund.de"
}
},
{
"type": "placeholder",
"position": {
"x": 9,
"y": 5,
"w": 8,
"h": 2
}
},
{
"type": "placeholder",
"position": {
"x": 17,
"y": 5,
"w": 8,
"h": 2
}
},
{
"type": "placeholder",
"position": {
"x": 9,
"y": 7,
"w": 16,
"h": 6
} }
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment