[TYPO3-english] tt_news: clear general_stdWrap only from the teaser

Katja Lampela katja.lampela at lieska.net
Mon Mar 2 11:35:07 CET 2009


Hi Benni,

Benjamin Mack kirjoitti:
> plugin.tt_news {
>     # clear the general_stdWrap that is added to every field
>     general_stdWrap >
>
>     # Add the RTE parsing to the content field.
>     displaySingle.content_stdWrap.parseFunc < lib.parseFunc_RTE
>     displayList.content_stdWrap < lib.parseFunc_RTE
> }
>
Thank you so much, work perfectly!!


>
> Btw: Your example below is not working because of this:
>
> > displaySingle {
> > subheader_stdWrap.wrap = <h3>|</h3>
> > content_stdWrap = <p class="bodytext">|</p>
> > }
>
> it has to be
>   content_stdWrap.wrap
>
Thank you for this information also.
- Katja


More information about the TYPO3-english mailing list