Bug Report
Prerequisites
Description
Usercentrics has a new javascript bundle located at https://app.usercentrics.eu/browser-ui/latest/bundle.js.
It also requires different script tags:
'data-settings-id' => $config['settingsId'],
'id' => 'usercentrics-cmp',
'language' => $config['language'],
'async' => 'true'
The settingsId also doesn't work with former javascript implementation.
Steps to Reproduce
- Create new usercentrics account
- compare usercentrics script tag with extension script tag
Expected behavior: [What you expected to happen]
Availability to choose between javascript bundles based on TypoScript settings?
Actual behavior: [What actually happened]
The default configuration and styling of usercentrics is being used to display the cookie banner.
Versions
TYPO3 10.4.13
t3g/usercentrics 10.0.4
You can get this information from executing composer show at the command line if your TYPO3 installation is composer based, otherwise the version number will be shown in the extension manager.
Bug Report
Prerequisites
Description
Usercentrics has a new javascript bundle located at
https://app.usercentrics.eu/browser-ui/latest/bundle.js.It also requires different script tags:
The settingsId also doesn't work with former javascript implementation.
Steps to Reproduce
Expected behavior: [What you expected to happen]
Availability to choose between javascript bundles based on TypoScript settings?
Actual behavior: [What actually happened]
The default configuration and styling of usercentrics is being used to display the cookie banner.
Versions
TYPO3 10.4.13
t3g/usercentrics 10.0.4
You can get this information from executing
composer showat the command line if your TYPO3 installation is composer based, otherwise the version number will be shown in the extension manager.