Global Extension Configuration
The global extension configuration is defined in ext_.
It is independent of the site-specific Klaro configuration record and applies
to global frontend integration details of the extension.
Backend path
| TYPO3 v13 | TYPO3 v14 |
|---|---|
| Admin Tools → Settings → Extension Configuration | System → Settings → Extension Configuration |
Settings
replaceUrl.show
-
- type
-
string
- Default
-
https://KLARO_ CONSENT. com
Frontend links with this exact
hrefvalue are replaced by theReplacemiddleware with a Klaro trigger link that opens the consent manager. See Trigger Links for the feature overview.Before Output
replaceUrl.reset
-
- type
-
string
- Default
-
https://KLARO_ RESET. com
Frontend links with this exact
hrefvalue are replaced by theReplacemiddleware with a Klaro trigger link that resets the consent state and opens the consent manager. See Trigger Links for the feature overview.Before Output
klaroConfigurationPath
-
- type
-
string
- Default
-
/klaro-config. js
If this value is not empty, the active Klaro configuration is exposed as JavaScript at this path and loaded before the Klaro JavaScript library. The default endpoint is
/klaro-. See Standalone configuration for the feature overview.config. js This endpoint is useful when the Klaro configuration managed in TYPO3 should be consumed by another application. It can also be set to an empty value to use the backwards-compatible inline configuration fallback.
After changing this value, flush TYPO3's system caches so the generated site routing configuration is rebuilt.