Content was removed
TYPO3 v15
User TSconfig v15 changes
auth.BE.redirectToURL removed
Deprecated since version 14.0
See Deprecation: #106969 - Deprecate User TSConfig auth.BE.redirectToURL.
The TSconfig option
auth. has been
removed.
If a redirect after a successful backend login is required, it is recommended to create custom PSR-15 middleware to handle the redirection.
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