Bug #93870
closedenableWordClean still needed?
100%
Description
I stumbled upon this setting in a project of mine today.
RTE.default {
enableWordClean = 1
}
But looking into the TYPO3 Core I only found it referenced ones, and that in a test.
https://github.com/TYPO3/TYPO3.CMS/blob/82ae8718c6de65c7d98d122f8e14102086ac2e37/typo3/sysext/core/Tests/Functional/TypoScript/Parser/TypoScriptParserTest.php#L45
Is this still valid, or did we forget to clean up the tests a some point?
Disclaimer: I didn't know which tracker type I should assign, so I kept it as bug (default)
Updated by Riccardo De Contardi over 3 years ago
It resembles an old RTEHTMLArea config...
It is also cited on the RTEHTMLArea doc here:
https://docs.typo3.org/p/friendsoftypo3/rtehtmlarea/master/en-us//Configuration/PageTsconfig/interfaceConfiguration/Index.html#enablewordclean
Please note that CKEditor has the "pastefromword" plugin (shipped with TYPO3)
Updated by Benni Mack over 3 years ago
Yes, the name is a leftover and the setting does not exist. The test is unrelated and I will provide a patch to use a different variable for this test.
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70409
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70413
Updated by Benni Mack over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 818176b76e44bc5dc7b69b0bbc9b6d3fc64b2d88.