[TYPO3-english] addPageTSConfig
Christer
chrisv10 at gmail.com
Mon Feb 1 12:52:07 CET 2010
I'm having problems with "t3lib_extMgm::addPageTSConfig". If i put:
RTE.default.proc {
allowTags := addToList(dd, dl, dt, code, sup, sub, abbr, pre,
acronym)
allowTagsOutside := addToList(dd, dl, dt, code, sup, sub, abbr, pre,
acronym)
entryHTMLparser_db.allowTags < RTE.default.proc.allowTags
}
in addPageTSConfig it doesn't work, but if i put it "manually" under
Page->Options it works just fine. Same goes with
RTE {
classesAnchor {
internalLink {
altText = Enter title Tag
titleText = Enter title Tag
}
}
}
Where the altText is set fine but titleText still says
"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:external_link_titleText".
Again if I put the code directly under Page->Option it works fine.
Is addPageTSConfig limited or am I doing something wrong?
Christer
More information about the TYPO3-english
mailing list