There was an error while loading. Please reload this page.
2 parents dd4db2d + 68571a2 commit 2ec81c6Copy full SHA for 2ec81c6
1 file changed
Configuration/TCA/Overrides/tt_content.php
@@ -28,11 +28,12 @@
28
);
29
30
foreach ($pluginNameAndGroup as $pluginName => $group) {
31
+ $pluginNameLowercase = strtolower($pluginName);
32
$pluginSignature = TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
33
'calendarize',
34
$pluginName,
- $ll . 'mode.' . strtolower($pluginName),
35
- null,
+ $ll . 'mode.' . $pluginNameLowercase,
36
+ 'ext-calendarize-wizard-icon-' . $pluginNameLowercase,
37
$group,
38
39
// Disable the display of layout and select_key fields for the plugin
0 commit comments