-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
When using latest TYPO3 v14 there are issues with the new site configuration settings (migrated from former extension manager configuration).
This has been changed in this commit as preparation for a v14 compatible release: df2547b
Using site configuration to control TSconfig using conditions worked in TYPO3 14.0 but does no longer in 14.1.0. Reasons for this issue are multiple core issues:
- https://forge.typo3.org/issues/108908 (hide tables bug, needs to be fixed before anything else)
- Site setting conditions seem no longer working in TYPO3 v14.1
References:
- Invalid TypoScript condition for CookieConsent in TYPO3 v13 ([{$page.theme.cookieconsent.enable} == 1]) benjaminkott/bootstrap_package#1593 (similar issue with conditions)
- https://github.com/benjaminkott/bootstrap_package/blob/master/Configuration/Sets/BackendLayouts/PageTsConfig/BackendLayouts.tsconfig
Reactions are currently unavailable