From bef6af0df91fd29f28f74ca98f9cad677e544a91 Mon Sep 17 00:00:00 2001 From: Hotte <root@ovanier.de> Date: Tue, 8 Nov 2016 11:31:09 +0100 Subject: [PATCH] *ConfigUpdate --- config/layouts/default.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config/layouts/default.json b/config/layouts/default.json index 81f19ea..dacb79c 100755 --- a/config/layouts/default.json +++ b/config/layouts/default.json @@ -17,6 +17,22 @@ "type": "cycler", "duration": 5, "panels": [ + { + "type": "panel", + "name": "werbung", + "config": { + "files": [ + { + "filename": "itour2016_0.png", + "enddate": "02.11.2016" + }, + { + "filename": "DAT_2016_Flyer_DINA6.png", + "enddate": "18.11.2016" + } + ] + } + }, { "type": "panel", "name": "ufc" @@ -24,6 +40,10 @@ { "type": "panel", "name": "mensaPlan" + }, + { + "type": "panel", + "name": "lsfView" } ] } -- GitLab