web_ts Changed in version 12.0 The Web > Template module has been replaced by the Web > TypoScript module. The only option in this namespace has been removed. menu.function Migration from menu.function to options.hideModules Collapse all Sections menu.function Changed in version 12.0 The TSconfig option mod.web_ts.menu.function has been removed with TYPO3 v12.0. Use user TSconfig option options.hideModules instead. Migration from menu.function to options.hideModules Migrate former usage of mod.web_ts.menu.function in page TSconfig to option options.hideModules. Page TSconfig, for example EXT:my_extension/Configuration/page.tsconfig # before mod.web_ts.menu.function { TYPO3\CMS\Tstemplate\Controller\TemplateAnalyzerModuleFunctionController = 0 } Copied! User TSconfig, for example EXT:my_extension/Configuration/user.tsconfig # after options.hideModules := addToList(web_typoscript_analyzer) Copied! See also Setting user TSconfig. You can find the names of all TypoScript modules in EXT:tstemplate/Configuration/Backend/Modules.php (GitHub).
The Web > Template module has been replaced by the Web > TypoScript module. The only option in this namespace has been removed.
The TSconfig option mod.web_ts.menu.function has been removed with TYPO3 v12.0. Use user TSconfig option options.hideModules instead.