Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3_roadmap
Commits
c278fd17
Commit
c278fd17
authored
Apr 15, 2020
by
Stefan Busemann
Browse files
[TASK] Replace $_EXTKEY with extension string
parent
2f58e3d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext_tables.php
View file @
c278fd17
...
...
@@ -4,31 +4,31 @@ if (!defined('TYPO3_MODE')) {
}
\
TYPO3\CMS\Extbase\Utility\ExtensionUtility
::
registerPlugin
(
$_EXTKEY
,
'typo3_roadmap'
,
'Roadmap'
,
'TYPO3 Roadmap'
);
\
TYPO3\CMS\Extbase\Utility\ExtensionUtility
::
registerPlugin
(
$_EXTKEY
,
'typo3_roadmap'
,
'Features'
,
'TYPO3 Features'
);
\
TYPO3\CMS\Extbase\Utility\ExtensionUtility
::
registerPlugin
(
$_EXTKEY
,
'typo3_roadmap'
,
'Featureshowrecords'
,
'TYPO3 Features Show Records'
);
\
TYPO3\CMS\Extbase\Utility\ExtensionUtility
::
registerPlugin
(
$_EXTKEY
,
'typo3_roadmap'
,
'Featureareashowrecords'
,
'TYPO3 Feature Area Show Records'
);
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addStaticFile
(
$_EXTKEY
,
'typo3_roadmap'
,
'Configuration/TypoScript'
,
'TYPO3 Roadmap'
);
...
...
Write
Preview
Markdown
is supported
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