Case Study: Play the Game
Play the Game is a Denmark based NGO working in the sports area. They needed a website rich with content and easily editable from the backend.more...
Enabling preformatted block format in TYPO3 RTE
Enabling "Preformatted" block format option for TYPO3 RTE
With a new TYPO3 installation default setting for rtehtmlarea is to use "Typical" configuration. This configuration hides the option "Preformatted" from the block format drop-down in the RTE. If you want to write code snippets in your blog then using this Preformatted block format is nice option which basically adds a <pre> tag.
To enable this option put following code snippet in your website's root page TSConfig.
RTE.default.hidePStyleItems := removeFromList(pre)
