[TASK] Work on compatibility for TYPO3 11
This commit is contained in:
14
Configuration/TCA/Overrides/tt_content.php
Normal file
14
Configuration/TCA/Overrides/tt_content.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
defined('TYPO3') || die();
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
|
||||
'TemplatesAide',
|
||||
'Dummy',
|
||||
'dummy'
|
||||
);
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
|
||||
'TemplatesAide',
|
||||
'Translationplugin',
|
||||
'translation'
|
||||
);
|
||||
Reference in New Issue
Block a user