Added option to calendar module that colors only the symbol instead of the whole line

This commit is contained in:
Brian Johnson
2018-04-27 11:06:45 -05:00
parent 05ef68e079
commit 8053256203
3 changed files with 10 additions and 1 deletions

View File

@@ -53,11 +53,13 @@ The following properties can be configured:
The `calendars` property contains an array of the configured calendars.
The `colored` property gives the option for an individual color for each calendar.
The `coloredSymbolOnly` property will apply color to the symbol only, not the whole line. This is only applicable when `colored` is also enabled.
#### Default value:
````javascript
config: {
colored: false,
coloredSymbolOnly: false,
calendars: [
{
url: 'http://www.calendarlabs.com/templates/ical/US-Holidays.ics',