Actions
Bug #93870
closedenableWordClean still needed?
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-04-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions