[FEATURE] Introduce events to modify CKEditor configuration
This patch introduces a set of PSR-14 Events to modify the CKEditor configuration. - AfterGetExternalPluginsEvent - BeforeGetExternalPluginsEvent - AfterPrepareConfigurationForEditorEvent - BeforePrepareConfigurationForEditorEvent Resolves: #88818 Releases: master Change-Id: I1f810e31274a05d52082de5e03fc530b3cee1a44 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59304 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Feature-88818-IntroduceEventsToModifyCKEditorConfiguration.rst 74 additions, 0 deletions...re-88818-IntroduceEventsToModifyCKEditorConfiguration.rst
- typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/AfterGetExternalPluginsEvent.php 54 additions, 0 deletions...asses/Form/Element/Event/AfterGetExternalPluginsEvent.php
- typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/AfterPrepareConfigurationForEditorEvent.php 54 additions, 0 deletions...Element/Event/AfterPrepareConfigurationForEditorEvent.php
- typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/BeforeGetExternalPluginsEvent.php 54 additions, 0 deletions...sses/Form/Element/Event/BeforeGetExternalPluginsEvent.php
- typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/BeforePrepareConfigurationForEditorEvent.php 54 additions, 0 deletions...lement/Event/BeforePrepareConfigurationForEditorEvent.php
- typo3/sysext/rte_ckeditor/Classes/Form/Element/RichTextElement.php 53 additions, 13 deletions...ext/rte_ckeditor/Classes/Form/Element/RichTextElement.php
Please register or sign in to comment