TYPO3 v7.6 extBase backend module template path not working
问题 I have created extBase extension using extension_builder. Everything is fine but backend module path not working. - constants.txt module.my_ext { view { templateRootPath = EXT:my_ext/Resources/Private/Backend/Templates/ partialRootPath = EXT:my_ext/Resources/Private/Backend/Partials/ layoutRootPath = EXT:my_ext/Resources/Private/Backend/Layouts/ } } - setup.txt module.my_ext { view { templateRootPath = {$module.my_ext.view.templateRootPath} partialRootPath = {$module.my_ext.view