## Tags allowed ## Please use the same list as RTE.default.proc.allowTags (pageTS) lib.parseFunc.allowTags ( a, abbr, acronym, address, blockquote, b, br, caption, cite, code, dd, div, dl, dt, em, h1, h2, h3, h4, h5, hr, i, img, li, link, ol, p, pre, q, sdfield, span, strike, strong, sub, sup, table, thead, tbody, tfoot, td, th, tr, tt, ul ) ## Tags denied ## Make sure we can set rules on any tag listed in allowTags. lib.parseFunc.denyTags > ## Tags allowed ## Always use the same list of allowed tags lib.parseFunc_RTE.allowTags < lib.parseFunc.allowTags ## Tags denied ## Make sure we can set rules on any tag listed in allowTags. lib.parseFunc_RTE.denyTags > ## Remove the attribute
## Important to prevent those tags being wrapped in p tags lib.parseFunc_RTE.externalBlocks = ol,ul,table,address ## We still want address tags being parsed to enable links lib.parseFunc_RTE.externalBlocks.address { stripNL = 1 stdWrap.parseFunc = < lib.parseFunc } ## Remove the attribute class="contenttable" from table with no class defined lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class.list > ## Remove unwanted