Skip to content

Use new javascript bundle of usercentrics #29

@konnisoelch

Description

@konnisoelch

Bug Report

Prerequisites

  • Can you reproduce the problem on TYPO3 v9.5 LTS
  • Can you reproduce the problem on TYPO3 v10.4 LTS
  • Did you perform a cursory search to see if your bug or feature is already reported?

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

  1. Create new usercentrics account
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions