Skip to content

Commit 52de5c6

Browse files
authored
update defaultSymbol info (#325)
1 parent 61aff4b commit 52de5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/calendar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following properties can be configured:
3030
| `maximumNumberOfDays` | The maximum number of days in the future. <br><br> **Default value:** `365` |
3131
| `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` |
3232
| `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` |
3434
| `showLocation` | Whether to show event locations. <br><br> **Possible values:** `true` or `false` <br> **Default value:** `false` |
3535
| `maxTitleLength` | The maximum title length. <br><br> **Possible values:** `10` - `50` <br> **Default value:** `25` |
3636
| `maxLocationTitleLength` | The maximum location title length. <br><br> **Possible values:** `10` - `50` <br> **Default value:** `25` |

0 commit comments

Comments
 (0)