Rob, is it possible to have an icon / image option in the Calendar, like in the buttons?
I'm trying to minimalize the dashboard and let out as much as possible, like blocktitles.
Everything has an icon / image in front, except the calendar.
Code: Select all
buttons.nunl = {width:4, icon: 'fa-newspaper-o', title: ' Nu.nl', url: 'http://www.nu.nl'}
for the calendar:
Code: Select all
calendars.f1 = { maxitems: 5, title: 'F1 Calendar', icon: 'fa-calendar ',icalurl: 'https://calendar.google.com/calendar/ical/xx/basic.ics' }
If people don't want it, the simple leve the icon: '' and then they have no icon.