[TYPO3-calendar] Re: cal event template description not shown

Ganapati Bhat gany at kalpatech.in
Wed Aug 10 13:05:24 CEST 2016


Try this.

plugin.tx_cal_controller.view.event.event {
        description >
        description = TEXT
        description {
          field = description
          required = 1
          stdWrap.parseFunc < lib.parseFunc_RTE
          dataWrap = <div>%%%DESCRIPTION_LABEL%%%:  |</div>
        }

}


More information about the TYPO3-project-calendar mailing list