‪TYPO3CMS  9.5
ext_localconf.php
Go to the documentation of this file.
1 <?php
2 defined('TYPO3_MODE') or die();
3 
4 ‪$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/backend.php']['constructPostProcess'][] = \‪TYPO3\CMS\Impexp\Hook\BackendControllerHook::class . '->addJavaScript';
5 ‪$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['taskcenter']['impexp'][\‪TYPO3\CMS\Impexp\Task\ImportExportTask::class] = [
6  'title' => 'LLL:EXT:impexp/Resources/Private/Language/locallang_csh.xlf:.alttitle',
7  'description' => 'LLL:EXT:impexp/Resources/Private/Language/locallang_csh.xlf:.description',
8  'icon' => 'EXT:impexp/Resources/Public/Images/export.gif'
9 ];
10 ‪$GLOBALS['TYPO3_CONF_VARS']['BE']['ContextMenu']['ItemProviders'][1486418735] = \‪TYPO3\CMS\Impexp\ContextMenu\ItemProvider::class;
‪TYPO3
‪$GLOBALS
‪$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['adminpanel']['modules']
Definition: ext_localconf.php:5