From 30bbfdc6ab537f7d954efb469356efa64ea95be1 Mon Sep 17 00:00:00 2001 From: Josef Glatz Date: Mon, 6 Nov 2023 06:49:37 +0100 Subject: [PATCH] Fix module registration for plain (non-extbase) controller As there is no need to set the extensionName option according to TYPO3 API Docs. --- Configuration/Backend/Modules.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Configuration/Backend/Modules.php b/Configuration/Backend/Modules.php index 69788a1..12820b5 100644 --- a/Configuration/Backend/Modules.php +++ b/Configuration/Backend/Modules.php @@ -42,7 +42,6 @@ 'workspaces' => 'live', 'path' => '/module/system/example', 'labels' => 'LLL:EXT:examples/Resources/Private/Language/AdminModule/locallang_mod.xlf', - 'extensionName' => 'Examples', 'iconIdentifier' => 'tx_examples-backend-module', 'routes' => [ '_default' => [