[BUGFIX] Upgrade extension registerPlugin
This commit is contained in:
12
Configuration/TCA/Overrides/tt_content.php
Normal file
12
Configuration/TCA/Overrides/tt_content.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
use TYPO3\CMS\Extbase\Utility\ExtensionUtility;
|
||||
|
||||
defined('TYPO3') or die();
|
||||
|
||||
ExtensionUtility::registerPlugin(
|
||||
'TemplatesAide',
|
||||
'Translationplugin',
|
||||
''
|
||||
);
|
||||
Reference in New Issue
Block a user