[TYPO3-calendar] Linking the Arrows in Minical

Felix Schubert input at fescon.de
Tue May 17 15:15:02 CEST 2011


On 2011-05-16 21:37:06 +0200, Martin Keller said:

> please post your ts config.
> what about .allowedViews? is month or day allowed?
> Martin

Hello Martin,

yes month is allowed and with 1.3 the following ts worked:

lib.minical {
  pages = 40
  pidList = 40
    view {
    #defaultView = month
    allowedViews = month
    month.monthTemplate = fileadmin/templates/cal/month_mini.tmpl
    isStatic = 1
    calendar.defaultUid = 40
    day.dayViewPid = 41
    dayLinkTarget = list
    list.listViewPid = 48
    eventLinkTarget = list
    event.eventViewPid = 37
    maxEvents = 6
  }
}



More information about the TYPO3-project-calendar mailing list