mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-14 07:36:11 +01:00
14 lines
266 B
PHP
14 lines
266 B
PHP
|
<?php
|
||
|
|
||
|
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile(
|
||
|
$_EXTKEY,
|
||
|
'Configuration/TypoScript/',
|
||
|
'Search Core'
|
||
|
);
|
||
|
|
||
|
TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
|
||
|
'Leonmrni.' . $_EXTKEY,
|
||
|
'search',
|
||
|
'Search Core'
|
||
|
);
|