[TYPO3-english] Re: Links and title attributes
Romain Hobsterdre
hobsty at gmail.com
Thu Nov 6 13:40:59 CET 2014
in the css_styled_content extension, you'll find in static/setup.txt the lines about transformation of links from RTE.
[code]
# Creates persistent ParseFunc setup for non-HTML content. This is recommended to use (as a reference!)
lib.parseFunc {
makelinks = 1
makelinks.http.keep = {$styles.content.links.keep}
makelinks.http.extTarget < lib.parseTarget
makelinks.http.extTarget =
makelinks.http.extTarget.override = {$styles.content.links.extTarget}
makelinks.mailto.keep = path
tags {
link = TEXT
link {
......................
[/code]
this part is imported in lib.parseFunc_RTE which is processed after your editors write something in the RTE
I guess you can do something from here, but it's will be a long shot I imagine.
More information about the TYPO3-english
mailing list