Skip to content

Commit 24a61e8

Browse files
committed
[BUGFIX] Plugin must still use the hint for Type Content Element
to serve TYPO3 13 (not needed any more in 14)
1 parent 7fe5193 commit 24a61e8

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

Documentation/Developer/Features.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ This is just an internal lists of features and functions that have to be tested
6060
* Preview
6161
* Detail
6262
* Delete
63-
* Company
64-
* Without Wiredminds Token
65-
* Add token functionality
66-
* With Wiredminds Token
67-
* List
68-
* Preview
69-
* Detail
63+
* Company
64+
* Without Wiredminds Token
65+
* Add token functionality
66+
* With Wiredminds Token
67+
* List
68+
* Preview
69+
* Detail
7070
* Plugins
7171
* Privacy Plugin for Opt-in/Opt-out
7272
* Campaigns

ext_localconf.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
ExtensionUtility::configurePlugin(
2828
'Lux',
2929
'Pi1',
30-
[FrontendController::class => 'trackingOptOut']
30+
[FrontendController::class => 'trackingOptOut'],
31+
[],
32+
ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT
3133
);
3234

3335
/**

0 commit comments

Comments
 (0)