Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_mail
Commits
73e80dc4
Commit
73e80dc4
authored
Jul 22, 2020
by
Kevin Ditscheid
Browse files
[TASK] Use @import instead of INCLUDE_TYPOSCRIPT
parent
605b2ff6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext_localconf.php
View file @
73e80dc4
...
...
@@ -34,7 +34,7 @@ call_user_func(
if
(
TYPO3_MODE
===
'BE'
)
{
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addTypoScriptSetup
(
'
<INCLUDE_TYPOSCRIPT: source="FILE:
EXT:'
.
$extKey
.
'/Configuration/TypoScript/setup.typoscript"
>
'
'
@import "
EXT:'
.
$extKey
.
'/Configuration/TypoScript/setup.typoscript"'
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment