TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:36 +02:00
commit 1e393722e8
183 changed files with 7832 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Register custom plugins for ckeditor
editor:
config:
# Explicitly remove (default or external) plugins
# removeImportModules: []
# load modules for plugins when CKEditor is initialized
# see CKEditor plugin API for details
importModules:
# Plugin for whitespace control like soft hypens and non breaking spaces
- { module: '@typo3/rte-ckeditor/plugin/whitespace.js', exports: [ 'Whitespace' ] }
- { module: '@typo3/rte-ckeditor/plugin/typo3-link.js', exports: [ 'Typo3Link' ] }
# Configure global wordCount plugin defaults
# Overwrite them in your RTE presets as it is necessary
# wordCount:
# displayWords: true
# displayCharacters: true
# configuration for external plugins
externalPlugins:
typo3link: { route: 'rteckeditor_wizard_browse_links' }