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

Stanislas Rolland typo3 at sjbr.ca
Sat Apr 20 21:45:47 CEST 2013


Hi Roland,
> 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?
>
I think that your settings will simply let the default transformation 
apply its default settings.

Try to set also:

RTE.default.proc.overruleMode = none

Regards,
Stanislas






More information about the TYPO3-project-rte mailing list