[TYPO3-english] RTE header tags - how can I chaneg them
Stephen Bungert
stephenbungert at yahoo.de
Wed Apr 28 16:43:59 CEST 2010
Thanks very much for the hint, much needed. I spent ages going through all
the docs and was still not sure how to do it.
Shame there are no real examples about how to do this anywhere --- at least
not understandable by non TYP03 Gods :-)
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsLinesStdWrap.H2.wrap =
<span>|</span>
For tt_news I eventually got it done too:
plugin.tt_news.displaySingle.content_stdWrap.parseFunc.nonTypoTagStdWrap.encapsLines.encapsLinesStdWrap.H2.wrap
= <span>|</span>
I guess I can do the same for any plugin that wraps it's fields' content
with stdWrap. I'm also glad that the changes only take effect on theFE and
the H2 fields are not saved with this wrap. Means I can change it a future
date very easily.
Thanks very much!
More information about the TYPO3-english
mailing list