TYPO3: Read PageTSconfig in backend

raw

code.php

1
BackendUtility::getPagesTSconfig($pageId);
raw

register-pagetsconfig.php

1
2
3
4
5
6
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::registerPageTSConfigFile(
    'extname',
    'Configuration/PageTSConfig/index.ts',
    'Extname config'
);
 
Christian Weiske Christian Weiske
owner

History