[TASK] Move config.sys_language_softExclude to compat7
The TypoScript option `config.sys_language_softExclude` allows to set certain fields on tables to l10n_mode=exclude during Frontend runtime. This TCA option has been migrated to "allowLanguageSynchronization", but with the clean way that the database values are consistent across all translations already. Any special runtime logic and changes can still be done via hooks for specific use-cases. Resolves: #80266 Releases: master Change-Id: I15c55a556b6f1c100e300299410e26d45409e09c Reviewed-on: https://review.typo3.org/52036 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/compatibility7/Classes/Hooks/TcaSoftExcludeHook.php 49 additions, 0 deletions...ysext/compatibility7/Classes/Hooks/TcaSoftExcludeHook.php
- typo3/sysext/compatibility7/ext_localconf.php 4 additions, 0 deletionstypo3/sysext/compatibility7/ext_localconf.php
- typo3/sysext/core/Documentation/Changelog/master/Important-80266-MovedConfigsysLanguageSoftExcludeToCompatibility7.rst 23 additions, 0 deletions...266-MovedConfigsysLanguageSoftExcludeToCompatibility7.rst
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 0 additions, 6 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/t3editor/Resources/Private/tsref.xml 0 additions, 12 deletionstypo3/sysext/t3editor/Resources/Private/tsref.xml
Please register or sign in to comment