wapplersystems / rt-ckeditor-translations
Package info
github.com/WapplerSystems/t3-rt-ckeditor-translations
Language:JavaScript
Type:typo3-cms-extension
pkg:composer/wapplersystems/rt-ckeditor-translations
12.0.0
2023-05-19 11:35 UTC
Requires
- typo3/cms-rte-ckeditor: ^12.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
What does it do?
This extension provides the translation files for the CKEditor in TYPO3 12
Installation
Install via composer:
composer require "wapplersystems/rt-ckeditor-translations"
Install via Extension Manager
- Install and activate the extension in the Extension manager
- Flush TYPO3 and PHP Cache
- Clear the processed files in the Install Tool or Maintenance module
Configure CKEditor
Add this import to your CKEditor configuration file of your template:
editor:
config:
importModules:
- '@wapplersystems/rt-ckeditor-translations/de.js'