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/calendar.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The following properties can be configured:
30
30
| `maximumNumberOfDays` | The maximum number of days in the future. <br><br> **Default value:** `365` |
31
31
| `pastDaysCount` | The number of days of which events in the past should be displayed. <br><br> **Default value:** `0`<br> `NOTE: this value is advisory to any module processing the events broadcast.`<br>`the default calendar module never displays events from the past` |
32
32
| `displaySymbol` | Display a symbol in front of an entry. <br><br> **Possible values:** `true` or `false` <br> **Default value:** `true` |
33
-
| `defaultSymbol` | The default symbol. <br><br> **Possible values:** See [Font Awesome](https://fontawesome.com/v6/search?o=r&m=free) website. <br> **Default value:** `calendar` |
33
+
| `defaultSymbol` | The default symbol. <br><br> **Possible values:** See [Font Awesome](https://fontawesome.com/search?ic=free&o=r) website. <br> **Default value:** `calendar-days` |
34
34
| `showLocation` | Whether to show event locations. <br><br> **Possible values:** `true` or `false` <br> **Default value:** `false` |
35
35
| `maxTitleLength` | The maximum title length. <br><br> **Possible values:** `10` - `50` <br> **Default value:** `25` |
36
36
| `maxLocationTitleLength` | The maximum location title length. <br><br> **Possible values:** `10` - `50` <br> **Default value:** `25` |
0 commit comments