Skip to content
Snippets Groups Projects
Commit 2faec617 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Use @import instead of INCLUDE_TYPOSCRIPT

parent dac58641
No related branches found
No related tags found
1 merge request!25Feature upgrade to typo3 10
......@@ -28,7 +28,7 @@ call_user_func(
function ($extKey) {
// common typoscript configuration
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTypoScriptSetup(
'<INCLUDE_TYPOSCRIPT: source="FILE:EXT:' . $extKey . '/Configuration/TypoScript/Common/setup.typoscript">'
'@import "EXT:' . $extKey . '/Configuration/TypoScript/Common/setup.typoscript"'
);
// plugin configurations
......@@ -131,7 +131,7 @@ call_user_func(
\SGalinski\SgNews\Utility\BackendNewsUtility::registerIcons();
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig(
'<INCLUDE_TYPOSCRIPT: source="FILE:EXT:' . $extKey . '/Configuration/TsConfig/Page/NewContentElementWizard.tsconfig">'
'@import "EXT:' . $extKey . '/Configuration/TsConfig/Page/NewContentElementWizard.tsconfig"'
);
// Add upgrade wizards
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment