mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-02 13:57:55 +00:00
Revert calendar default value and add documentation
This commit is contained in:
parent
6c1dbc5e61
commit
de71b1b397
@ -109,6 +109,13 @@ The following properties can be configured:
|
||||
<code>
|
||||
titleReplace: {'Birthday of ' : '', 'foo':'bar'}
|
||||
</code>
|
||||
<br><b>Default value:</b>
|
||||
<code>
|
||||
{
|
||||
"De verjaardag van ": "",
|
||||
"'s birthday": ""
|
||||
}
|
||||
</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -32,7 +32,10 @@ Module.register("calendar", {
|
||||
url: "http://www.calendarlabs.com/templates/ical/US-Holidays.ics",
|
||||
},
|
||||
],
|
||||
titleReplace: {},
|
||||
titleReplace: {
|
||||
"De verjaardag van ": "",
|
||||
"'s birthday": ""
|
||||
},
|
||||
broadcastEvents: true
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user