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 @@ ...@@ -5,21 +5,26 @@
}, },
"panels": [ "panels": [
{ {
"type": "test", "type": "fahrplan",
"position": { "position": {
"x": 0, "x": 0,
"y": 0, "y": 0,
"w": 2, "w": 6,
"h": 2 "h": 10
} }
}, },
{ {
"type": "demo", "type": "bild",
"position": { "position": {
"x": 0, "x": 6,
"y": 0, "y": 0,
"w": 2, "w": 10,
"h": 2 "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", "id": "foobar",
"background": "/preisliste.png",
"schedule": { "schedule": {
"times": [ "times": [
{ {
"from": "2023-11-25T16:26", "from": "2023-11-25T17:30",
"to": "2023-11-25T16:27" "to": "2023-11-25T17:31"
} }
] ]
}, },
"panels": [ "panels": []
{
"type": "foobar",
"position": {
"x": 0,
"y": 0,
"w": 2,
"h": 2
}
}
]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment