[TYPO3-english] RTE - can you use stdWrap for blockquote?
Stephen Bungert
stephenbungert at yahoo.de
Fri Nov 7 07:17:46 CET 2014
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsLinesStdWrap.H2.wrap = <span>|</span>
The above TS will wrap h2 tag inner content in a span in the FE. I need to do something similar to blockquote so I tried:
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsLinesStdWrap.BVLOCKQUOTE.wrap = <span> </span>|
but this doesn't seem to have any effect. Can anyone tell me why? Or how I can prepend a span tag inside a blockquote using TS?
Thanks for any help.
More information about the TYPO3-english
mailing list