|
|
@@ -25,7 +25,7 @@ let config = {
|
|
|
slides: {
|
|
|
Main: [
|
|
|
{ name: 'clock', position: "top_left", carouselId: "1" },
|
|
|
- "calendar"
|
|
|
+ { name: 'calendar', position: "middle_center", carouselId: "1" }
|
|
|
],
|
|
|
"Slide 2": [
|
|
|
{ name: 'clock', classes: '', position: "top_left", carouselId: "2" }
|
|
|
@@ -52,8 +52,9 @@ let config = {
|
|
|
},
|
|
|
{
|
|
|
module: "calendar",
|
|
|
- position: "middle_center",
|
|
|
+ position: "middle_center", // This can be any of the regions. Best results in left or right regions.
|
|
|
config: {
|
|
|
+ carouselId: "1",
|
|
|
tableClass: "large wachenaufgaben",
|
|
|
fetchInterval: 600000,
|
|
|
maxTitleLength: 50,
|
|
|
@@ -89,4 +90,7 @@ let config = {
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
-}
|
|
|
+}
|
|
|
+
|
|
|
+/*************** DO NOT EDIT THE LINE BELOW ***************/
|
|
|
+if (typeof module !== "undefined") { module.exports = config; }
|