From 2cc05e18784f232e7e2c0d395b07e44be432bade Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Fri, 1 Apr 2016 15:53:28 +0200 Subject: [PATCH] Explain titleReplace. --- modules/calendar/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/calendar/README.md b/modules/calendar/README.md index f12e949e..b425fc52 100644 --- a/modules/calendar/README.md +++ b/modules/calendar/README.md @@ -96,6 +96,16 @@ The following properties can be configured:
Default value: An example calendar. + + titleReplace + An object of textual replacements applied to the tile of the event. This allow to remove or replace certains words in the title.
+
Example:
+ + + titleReplace: {'Birthday of ' : '', 'foo':'bar'} + + +