Skip to content

Commit

Permalink
Fix module registration for plain (non-extbase) controller (#228)
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.

Co-authored-by: Josef Glatz <[email protected]>
  • Loading branch information
github-actions[bot] and josefglatz authored Dec 29, 2023
1 parent 3b7b86a commit 7f0422c
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 7f0422c

Please sign in to comment.