File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 20
20
SearchController::class => 'index, detail, suggest ' ,
21
21
]
22
22
);
23
- if (TYPO3 \CMS \Core \Http \ApplicationType::fromRequest ($ GLOBALS ['TYPO3_REQUEST ' ])->isBackend ()) {
24
- /*
25
- * Register icons
26
- */
27
- /** @var IconRegistry $iconRegistry */
28
- $ iconRegistry = GeneralUtility::makeInstance (IconRegistry::class);
29
- $ iconRegistry ->registerIcon (
30
- 'ext-find-ce-wizard ' ,
31
- FontawesomeIconProvider::class,
32
- ['name ' => 'search ' ]
33
- );
34
- }
23
+ /*
24
+ * Register icons
25
+ */
26
+ /** @var IconRegistry $iconRegistry */
27
+ $ iconRegistry = GeneralUtility::makeInstance (IconRegistry::class);
28
+ $ iconRegistry ->registerIcon (
29
+ 'ext-find-ce-wizard ' ,
30
+ FontawesomeIconProvider::class,
31
+ ['name ' => 'search ' ]
32
+ );
35
33
36
34
ExtensionManagementUtility::addPageTSConfig ('<INCLUDE_TYPOSCRIPT: source="FILE:EXT:find/Configuration/TSconfig/ContentElementWizard.tsconfig"> ' );
37
35
};
You can’t perform that action at this time.
0 commit comments