## Default RTE options RTE.default { ## Disable RTE disable = 0 ## Disable Typo3 specific browsers disableTYPO3Browsers = 0 ## Default target for links defaultLinkTarget > ## Disable contextual menu disableContextMenu = 0 disableRightClick = 0 ## Display status bar showStatusBar = 1 ## Disable color picker disableColorPicker = 0 ## Disable color selector disableSelectColor = 0 ## Specifies that Mozilla/Firefox should use style attributes or not. When enabled, Mozilla/Firefox use span tags with style attributes rather than tags such as b, i, font, etc. useCSS = 0 ## Disable enter key for new paragraphs creation disableEnterParagraphs = 0 ## Remove trailing BR if any removeTrailingBR = 1 } ## Frontend RTE configuration RTE.default.FE < RTE.default ## Full screen for bodytext (tt_content) TCEFORM.tt_content.bodytext.RTEfullScreenWidth= 100%