Skip to content

Commit

Permalink
Update _ext_localconf.php.diff
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored Oct 17, 2024
1 parent 9a40904 commit 9302f60
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@

ExtensionUtility::configurePlugin(
'Examples',
'FalExamples',
'HtmlParser',
[
HtmlParserController::class => 'index',
],
+ [],
'HtmlParser',
[
HtmlParserController::class => 'index',
],
+ [],
+ ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT,
);

0 comments on commit 9302f60

Please sign in to comment.