diff --git a/public/config/default.json b/public/config/default.json index 0dae420304d949c3857b5f8ab183919bfef5b8e3..903a287695eb623979f3fc4c3f079aabd088dd6b 100644 --- a/public/config/default.json +++ b/public/config/default.json @@ -9,22 +9,64 @@ "position": { "x": 0, "y": 0, - "w": 6, - "h": 10 + "w": 9, + "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", "position": { - "x": 6, + "x": 9, "y": 0, - "w": 10, - "h": 4 + "w": 16, + "h": 5 }, "config": { - "url": "/preisliste.png", - "title": "FooBar", - "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." + "url": "/warning.png", + "title": "Achtung, Testbetrieb", + "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 } } ]