We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bcee7 commit 4ef9aceCopy full SHA for 4ef9ace
tests/configs/modules/compliments/compliments_evening.js
@@ -0,0 +1,22 @@
1
+let config = {
2
+ address: "0.0.0.0",
3
+ ipWhitelist: [],
4
+ timeFormat: 12,
5
+
6
+ modules: [
7
+ {
8
+ module: "compliments",
9
+ position: "middle_center",
10
+ config: {
11
+ compliments: {
12
+ evening: ["Evening here"]
13
+ }
14
15
16
+ ]
17
+};
18
19
+/*************** DO NOT EDIT THE LINE BELOW ***************/
20
+if (typeof module !== "undefined") {
21
+ module.exports = config;
22
+}
0 commit comments