[TYPO3-rte] Supressing any processing from RTE into DB and from RTE into DB

Roland most.wanted at gmx.at
Wed Mar 27 14:50:58 CET 2013


hi everybody,

I use TYPO3 6.0.0 and 6.0.5-dev and tried to supress any processing from 
RTE into DB and from RTE into DB with this pageTSconfig:

--- pageTSconfig ---
RTE.default.proc.HTMLparser_db = 0
RTE.default.proc.entryHTMLparser_db = 0
RTE.default.proc.exitHTMLparser_db = 0

RTE.default.proc.HTMLparser_rte = 0
RTE.default.proc.entryHTMLparser_rte = 0
RTE.default.proc.exitHTMLparser_rte = 0
--- /pageTSconfig ---

BE module INFO >>> pageTSconfig shows that theses settings are set and 
no other proc settings are set for any table. So i guess processing 
should be deactivated, shouldn't it?

Unfortunatelly e.g. <a> are converted to <link> when saved into DB and 
are converted back to <a> for editing purpose in RTE.

Did i miss something? Can anybody reproduce this? Is this a bug?

kind regards

roland


More information about the TYPO3-project-rte mailing list