ext_localconf.php 371 B

1234567891011
  1. <?php
  2. // call_user_func( function()
  3. // {
  4. // } );
  5. use TYPO3\CMS\Core\Utility\GeneralUtility;
  6. $iconRegistry = GeneralUtility::makeInstance(\TYPO3\CMS\Core\Imaging\IconRegistry::class);
  7. $iconRegistry->registerIcon('begriffe_list_record_icon', \TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::class, ['source' => 'EXT:begriffmgt/Resources/Public/Icons/book.png']);