typo3 register typoscript frontend and backend/pagets

raw

ext_localconf.php

1
2
3
4
5
6
7
8
9
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile(
    $_EXTKEY, 'Configuration/TypoScript', 'Project frontend'
);
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::registerPageTSConfigFile(
    'extname',
    'Configuration/PageTSConfig/index.ts',
    'Project backend'
);
 
Christian Weiske Christian Weiske
owner

History