We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de09572 commit 40d160fCopy full SHA for 40d160f
1 file changed
ext_localconf.php
@@ -12,7 +12,9 @@
12
/***************
13
* PageTS
14
*/
15
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig('<INCLUDE_TYPOSCRIPT: source="FILE:EXT:' . $_EXTKEY . '/Configuration/TsConfig/Page/All.tsconfig">');
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig(
16
+ '<INCLUDE_TYPOSCRIPT: source="FILE:EXT:syntax/Configuration/TsConfig/Page/All.tsconfig">'
17
+);
18
19
20
* Register Icon
0 commit comments