You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/default/calendar/calendar.js
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -28,32 +28,32 @@ Module.register("calendar", {
28
28
fetchInterval: 60*60*1000,// Update every hour
29
29
animationSpeed: 2000,
30
30
fade: true,
31
+
fadePoint: 0.25,// Start on 1/4th of the list.
31
32
urgency: 7,
32
33
timeFormat: "relative",
33
34
dateFormat: "MMM Do",
34
35
dateEndFormat: "LT",
35
36
fullDayEventDateFormat: "MMM Do",
36
37
showEnd: false,
37
38
getRelative: 6,
38
-
fadePoint: 0.25,// Start on 1/4th of the list.
39
39
hidePrivate: false,
40
40
hideOngoing: false,
41
41
hideTime: false,
42
42
hideDuplicates: true,
43
43
showTimeToday: false,
44
44
colored: false,
45
-
customEvents: [],// Array of {keyword: "", symbol: "", color: "", eventClass: ""} where Keyword is a regexp and symbol/color/eventClass are to be applied for matched
0 commit comments