From b90c5177096e844a6325f02aeb41dc225662a419 Mon Sep 17 00:00:00 2001
From: Falk Rehse <falk.rehse@tu-dortmund.de>
Date: Tue, 27 May 2025 18:38:50 +0200
Subject: [PATCH] Edit foobar.json

---
 public/config/foobar.json | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/public/config/foobar.json b/public/config/foobar.json
index c23d2af..3a6768f 100644
--- a/public/config/foobar.json
+++ b/public/config/foobar.json
@@ -15,6 +15,13 @@
       "panels": [
         {
           "type": "bild",
+          "position": {
+        "x": 0,
+        "y": 0,
+        "w": 16,
+        "h": 9
+      },
+
           "config": {
             "url": "https://tudo-fsinfo.fspages.org/events/foobar/design/preisliste.png",
             "gradient": false
@@ -22,6 +29,13 @@
         },
         {
           "type": "bild",
+          "position": {
+        "x": 0,
+        "y": 0,
+        "w": 16,
+        "h": 9
+      },
+
           "config": {
             "url": "https://tudo-fsinfo.fspages.org/events/foobar/design/specials_slush.png",
             "gradient": false
-- 
GitLab