You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dp_cookieconsent 13.0.1 is broken if you do not use Google Tag Manager.
Reason is a missing condition in Configuration/TypoScript/setup.typoscript.
In version 13.0.0 there was a condition:
But that condition will break TYPO3 v12.
Also, the condition seems to be unnecessary because it is already handled in tracking.ts.
The following code already checks the condition:
page.headerData.998 {
20 = COA
20 {
if {
value = {$plugin.tx_cookieconsent.settings.tracking.googleTagManager.id}
}
}
}
Therefore, there is no reason to add that condition back again.
dp_cookieconsent 13.0.1 is broken if you do not use Google Tag Manager.
Reason is a missing condition in Configuration/TypoScript/setup.typoscript.
In version 13.0.0 there was a condition:
In version 13.0.1 the condition around
@import ... googleTagManager.typoscript
is missing.The text was updated successfully, but these errors were encountered: