Skip to content

Commit

Permalink
Remove duplicate definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ipf committed Feb 27, 2025
1 parent 2383a83 commit 160fe82
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@
['name' => 'search']
);

/*
* Register icons
*/
/** @var IconRegistry $iconRegistry */
$iconRegistry = GeneralUtility::makeInstance(IconRegistry::class);
$iconRegistry->registerIcon(
'ext-find-ce-wizard',
FontawesomeIconProvider::class,
['name' => 'search']
);

ExtensionManagementUtility::addPageTSConfig('<INCLUDE_TYPOSCRIPT: source="FILE:EXT:find/Configuration/TSconfig/ContentElementWizard.tsconfig">');
};
$autoexec();
Expand Down

0 comments on commit 160fe82

Please sign in to comment.