Content was removed
TYPO3 v14
TypoScriptFrontendController, TSFE
Changed in version 14.0
Deprecated with Deprecation: #105230 - TypoScriptFrontendController and $GLOBALS['TSFE'], removed with Breaking: #107831 - Removed TypoScriptFrontendController.
See also: TypoScriptFrontendController, TSFE
config.absRefPrefix removed from frontend TypoScript
Changed in version 14.0
See Breaking: #108114 - Global frontend content link prefixing removed
Instances should check the rendered frontend for broken links after upgrading to TYPO3 v14 and substitute hard coded link generation with proper API calls, for instance based on the various URL, URI and asset related Fluid ViewHelpers.
TYPO3 v13
Conditions loginUser(), usergroup() have been removed
Changed in version 13.0
Deprecated with Deprecation: #100349 - TypoScript loginUser() and usergroup() conditions, removed with v13. Use the variables frontend.user and backend.user instead.
GIFBUILDER property reduceColors has been removed
Changed in version 13.0
TYPO3 v12
RTE.config.contentsLanguageDirection has been removed
Changed in version 12.0
TYPO3 v12 ships CKEditor 5, see Breaking: #96874 - CKEditor-related plugins and configuration.
CKEditor 5 has no contents option, so the page TSconfig
setting no longer had any effect. The last remnants in the Core were
removed with issue #99916.
The text direction of the rich text editor now follows the content language of the edited record and is determined automatically. There is no page TSconfig replacement for this setting.