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

configs: Added config for karaoke promo during testing phase

parent 00895d4c
No related branches found
No related tags found
No related merge requests found
[ [
"config/foobar.json", "config/foobar.json",
"config/karaoke-testbetrieb.json",
"config/default.json" "config/default.json"
] ]
{
"id": "default",
"schedule": {
"times": [
{
"from": "2023-12-12T22:00",
"to": "2023-12-19T22:00"
}
]
},
"panels": [
{
"type": "fahrplan",
"position": {
"x": 0,
"y": 0,
"w": 9,
"h": 13
},
"config": {
"stops": [
"Dortmund Universität S",
"Dortmund Meitnerweg",
"Dortmund/Joseph Fraunhofer"
],
"filter": {
"types": [
"H-Bahn"
],
"destination": [
"Dortmund Otto-Hahn-Straße"
]
}
}
},
{
"type": "bild",
"position": {
"x": 9,
"y": 0,
"w": 16,
"h": 5
},
"config": {
"url": "/content/karaoke.png",
"title": "Weihnachts-Karaoke am 19.12.",
"description": "Am 19.12. um 18 Uhr laden wir euch herzlich zur unvergesslichen Weihnachtskaraoke in der Otto-Hahn-Straße 14 ein! Lasst uns gemeinsam festliche Lieder singen und die Vorfreude auf das Fest genießen! \uD83C\uDF1F✨ Bringt eure Freunde mit! \uD83C\uDF89\uD83C\uDFB5"
}
},
{
"type": "callout",
"position": {
"x": 9,
"y": 5,
"w": 16,
"h": 2
},
"config": {
"type": "warning",
"title": "Achtung, Testbetrieb",
"description": "Der neue Infoscreen ist da! Bitte melde Fehler an die Admins unter root@oh14.de."
}
},
{
"type": "mensaplan",
"position": {
"x": 9,
"y": 7,
"w": 16,
"h": 6
},
"config": {
"canteenId": 341,
"closingTime": {
"hours": 14,
"minutes": 15
}
}
}
]
}
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
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