Skip to content

Commit

Permalink
Fix module registration for plain (non-extbase) controller (#223)
Browse files Browse the repository at this point in the history
As there is no need to set the extensionName option according
to TYPO3 API Docs.
  • Loading branch information
josefglatz authored Dec 29, 2023
1 parent 3daeb59 commit 9fdb77b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Configuration/Backend/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit 9fdb77b

Please sign in to comment.