Bug #42568
closedhtmlArea RTE exitHTMLparser_db wont work in page table
0%
Description
I have extended the `pages` table with a htmlArea RTE.
I run into the problem that the B and I tags are not remapped to strong and em. I use the following Page TS Config on rootlevel:
RTE.default.proc.exitHTMLparser_db = 1
RTE.default.proc.exitHTMLparser_db.tags.b.remap = strong
RTE.default.proc.exitHTMLparser_db.tags.i.remap = em
In others tables like `tt_content` or custom extensions it works great.. So it might be some kind of a bug..
The other configurations I use works for all tables:
RTE.default.ignoreMainStyleOverride = 0
RTE.default.contentCSS = fileadmin/templates/RTE/stylesheet.css
RTE.default.showButtons = blockstylelabel, blockstyle, formatblock, textstylelabel, textstyle, bold, talic, table, tableproperties, findreplace, orderedlist, unorderedlist, rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit, columnproperties, columninsertbefore, columninsertafter, columndelete, columnsplit, cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit, cellmerge, link, unlink, outdent, indent, insertcharacter, code, undo, redo, subscript, superscript, italic, textindicator, about, chMode, removeformat, pastetoggle
RTE.default.buttons.pastetoggle.setActiveOnRteOpen = 1
#RTE.default.buttons.pastetoggle.hidden = 1