Updated module READMEs with current default values

This commit is contained in:
Andreas
2016-12-12 14:52:00 +01:00
parent 78aa2b491c
commit 21bf1dd1a3
5 changed files with 11 additions and 13 deletions

View File

@@ -144,7 +144,7 @@ The following properties can be configured:
<td>When using a timeFormat of <code>absolute</code>, the <code>urgency</code> setting allows you to display events within a specific time frame as <code>relative</code>
This allows events within a certain time frame to be displayed as relative (in xx days) while others are displayed as absolute dates<br>
<br><b>Possible values:</b> a positive integer representing the number of days for which you want a relative date, for example <code>7</code> (for 7 days)<br>
<br><b>Default value:</b> <code>0</code> (disabled)
<br><b>Default value:</b> <code>7</code>
</td>
</tr>
<tr>

View File

@@ -32,10 +32,7 @@ Module.register("calendar", {
url: "http://www.calendarlabs.com/templates/ical/US-Holidays.ics",
},
],
titleReplace: {
"De verjaardag van ": "",
"'s birthday": ""
},
titleReplace: {},
broadcastEvents: true
},