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

Configs: Adapted to new features and panels

parent d0fd6697
No related branches found
No related tags found
No related merge requests found
......@@ -5,21 +5,26 @@
},
"panels": [
{
"type": "test",
"type": "fahrplan",
"position": {
"x": 0,
"y": 0,
"w": 2,
"h": 2
"w": 6,
"h": 10
}
},
{
"type": "demo",
"type": "bild",
"position": {
"x": 0,
"x": 6,
"y": 0,
"w": 2,
"h": 2
"w": 10,
"h": 4
},
"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."
}
}
]
......
{
"id": "foobar",
"background": "/preisliste.png",
"schedule": {
"times": [
{
"from": "2023-11-25T16:26",
"to": "2023-11-25T16:27"
"from": "2023-11-25T17:30",
"to": "2023-11-25T17:31"
}
]
},
"panels": [
{
"type": "foobar",
"position": {
"x": 0,
"y": 0,
"w": 2,
"h": 2
}
}
]
"panels": []
}
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