Base extension for TYPO3 instances
Go to file
2024-12-14 14:03:20 +01:00
Build Remove .cache on cleanup build files 2024-05-26 20:41:01 +02:00
Classes [TASK] Update base extension 2024-12-14 14:03:20 +01:00
Configuration [TASK] Update base extension 2024-12-14 14:03:20 +01:00
Resources [TASK] Update base extension 2024-12-14 14:03:20 +01:00
.gitattributes Add php-cs-fixer and run config 2024-05-25 16:24:24 +02:00
.gitignore Add php-cs-fixer and run config 2024-05-25 16:24:24 +02:00
.gitlab-ci.yml [TASK] Update base extension 2024-12-14 14:03:20 +01:00
composer.json [TASK] Update base extension 2024-12-14 14:03:20 +01:00
ext_conf_template.txt First commit 2024-02-09 17:13:28 +01:00
ext_localconf.php [TASK] Update base extension 2024-12-14 14:03:20 +01:00
ext_tables.sql [TASK] Update base extension 2024-12-14 14:03:20 +01:00
LICENSE.txt Add php-cs-fixer and run config 2024-05-25 16:24:24 +02:00
README.md [TASK] Update base extension 2024-12-14 14:03:20 +01:00

ew-base

Usercentrics Hook Guide

Add this snippet to your config/sites to enable the hook

usercentrics:
    -
        id: LNxzTaK8j
        version: loader
        useBlocker: false
        applicationContext: "Production/Staging\r\nProduction\r\nDevelopment\r\n"
id - Usercentrics Id
version (loader | main) - loader is the v2 and main is v1 in usercentrics context
useBlocker - if the content blocker script should be rendered
applicationContext - multiline string of application contexts that the snippets should be rendered in