‪TYPO3CMS  10.4
ext_localconf.php
Go to the documentation of this file.
1 <?php
2 
3 defined('TYPO3_MODE') or die();
4 
5 // Register icons not being part of TYPO3.Icons repository
6 ‪$iconRegistry = \‪TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\‪TYPO3\CMS\Core\Imaging\IconRegistry::class);
7 ‪$iconRegistry->registerIcon(
8  'status-reference-hard',
9  \‪TYPO3\CMS\Core\Imaging\IconProvider\BitmapIconProvider::class,
10  ['source' => 'EXT:impexp/Resources/Public/Icons/status-reference-hard.png']
11 );
12 ‪$iconRegistry->registerIcon(
13  'status-reference-soft',
14  \‪TYPO3\CMS\Core\Imaging\IconProvider\BitmapIconProvider::class,
15  ['source' => 'EXT:impexp/Resources/Public/Icons/status-reference-soft.png']
16 );
17 
18 ‪$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/backend.php']['constructPostProcess'][] = \‪TYPO3\CMS\Impexp\Hook\BackendControllerHook::class . '->addJavaScript';
19 ‪$GLOBALS['TYPO3_CONF_VARS']['BE']['ContextMenu']['ItemProviders'][1486418735] = \‪TYPO3\CMS\Impexp\ContextMenu\ItemProvider::class;
‪$iconRegistry
‪$iconRegistry
Definition: ext_localconf.php:43
‪TYPO3
‪$GLOBALS
‪$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['adminpanel']['modules']
Definition: ext_localconf.php:5