1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84:
| RTE.default.useCSS = 1 RTE.default.contentCSS = fileadmin/templates/basis/extensions/htmlarea.css RTE.default.enableWordClean = 1 RTE.default.removeComments = 1 RTE.default.disableEnterParagraphs = 1 RTE.default.hideButtons = fontstyle, fontsize, lefttoright, righttoleft, inserttag RTE.default.hidePStyleItems = PRE RTE.default.hideTags = font, font (full) RTE.default.showTagFreeClasses = 1 RTE.default.showStatusBar = 1 RTE.default.proc { overruleMode = ts_css dontConvBRtoParagraph = 1 remapParagraphTag = p allowTagsOutside = hr, address, h1, h2, h3, h4, h5, h6 allowTags ( a, abbr, acronym, address, blockquote, b, br, caption, cite, code, div, em, h1, h2, h3, h4, h5, h6, hr, i, img, li, link, ol, p, pre, q, sdfield, span, strong, sub, sup, table, tbody, td, th, tr, tt, ul, align ) denyTags > keepPDIVattribs = xml:lang entryHTMLparser_db = 1 entryHTMLparser_db { allowTags < RTE.default.proc.allowTags denyTags > htmlSpecialChars = 1 tags { img.allowedAttribs = 0 img.rmTagIfNoAttrib = 1 span.fixAttrib.style.unset = 1 p.fixAttrib.align.unset = 1 div.fixAttrib.align.unset = 1 hr.allowedAttribs = class b.allowedAttribs = xml:lang blockquote.allowedAttribs = xml:lang cite.allowedAttribs = xml:lang em.allowedAttribs = xml:lang i.allowedAttribs = xml:lang q.allowedAttribs = xml:lang strong.allowedAttribs = xml:lang sub.allowedAttribs = xml:lang sup.allowedAttribs = xml:lang tt.allowedAttribs = xml:lang p.allowedAttribs = align } removeTags = font, sdfield, strike, u keepNonMatchedTags = protect } HTMLparser_db { noAttrib = br xhtml_cleaning = 1 } exitHTMLparser_db = 1 exitHTMLparser_db { tags.b.remap = strong tags.i.remap = em keepNonMatchedTags = 1 htmlSpecialChars = 1 } } RTE.config.tt_content.bodytext > RTE.config.tt_content.bodytext.proc.overruleMode = ts_css RTE.config.tt_content.bodytext.types.text.proc.overruleMode = ts_css RTE.config.tt_content.bodytext.types.textpic.proc.overruleMode = ts_css |