[TASK] Remove option for enabling RTE per user
Because RTE was not always possible in all browsers in TYPO3 v3.x, a flag to deactivate the RTE (for Netsacpe users) was added. Since then, HTMLarea and now CKEditor4 (or with v12: CKEditor 5) work properly across all browsers and the setting has no effect anymore, is therefore removed from the UI. Resolves: #100634 Releases: main Change-Id: Iff80f250b2db05394f48ee2b303583cfbf193746 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78681 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaText.php 2 additions, 8 deletions.../sysext/backend/Classes/Form/FormDataProvider/TcaText.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaTextTest.php 0 additions, 46 deletions.../backend/Tests/Unit/Form/FormDataProvider/TcaTextTest.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 0 additions, 11 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Documentation/Changelog/12.4/Important-100634-Rich-Text-EditorAlwaysEnabledPerUser.rst 34 additions, 0 deletions...Important-100634-Rich-Text-EditorAlwaysEnabledPerUser.rst
- typo3/sysext/rte_ckeditor/Classes/Form/Resolver/RichTextNodeResolver.php 4 additions, 11 deletions...e_ckeditor/Classes/Form/Resolver/RichTextNodeResolver.php
- typo3/sysext/setup/Resources/Private/Language/locallang.xlf 0 additions, 3 deletionstypo3/sysext/setup/Resources/Private/Language/locallang.xlf
- typo3/sysext/setup/ext_tables.php 1 addition, 5 deletionstypo3/sysext/setup/ext_tables.php
- typo3/sysext/t3editor/Resources/Public/JavaScript/stream-parser/typoscript.js 0 additions, 1 deletion...r/Resources/Public/JavaScript/stream-parser/typoscript.js
Please register or sign in to comment