RTE Configuration
TYPO3
Show in appDescription
Configuring the Rich Text Editor in TYPO3 involves three independent layers: editor configuration (what the editor shows and allows), RTE transformations (how content is cleaned when saved to or loaded from the database), and frontend output configuration (how stored HTML is rendered in the frontend). x1
Goals
- I know the three main configuration layers of the Rich Text Editor in TYPO3: editor configuration, RTE transformations, and frontend output configuration.
- I know that editor configuration is defined in YAML files and controls toolbar, plugins, and allowed content.
- I know that RTE transformations are part of the TYPO3 Core and process HTML when saving to and loading from the database.
- I know that enabling the Rich Text Editor for a database field requires setting `enableRichtext` in TCA.
- I know how to set a default preset for all or specific RTE fields via Page TSconfig.
- I know how to extend the functionality of the RTE using CKEditor plugins.
Maintainer
Oliver Thiele
Web Development Oliver Thiele