Toolbar & Presets
You can easily create your own RTE presets or edit your preset using the drag-and-drop UI toolbar management. Take a look at the interactive demo below:
Advanced Features for Managing RTE Presets
We have added new preset management features in CKEditor to support both editors and developers, making configuration handling faster, safer, and more consistent.
1. Load from YAML
The Load from YAML feature retrieves the default RTE configuration directly from the TYPO3 core YAML file. It allows integrators to access or restore the original settings quickly, without manually navigating system directories.
2. Reset
The Reset feature restores all modified configuration settings to their default state. This provides a clean baseline and helps prevent issues caused by incorrect or experimental changes.
3. Sync
The Sync feature aligns configuration values between the default TYPO3 RTE YAML file and the extension’s custom YAML file. It ensures both remain consistent, reduces conflicts, and keeps behavior uniform across environments.