Site Set and Settings
The recommended way to include this extension in TYPO3 v13 and TYPO3 v14 is
the Site Set erhaweb/.
The Site Set is defined in Configuration/
and provides the TypoScript setup,
TypoScript constants, and typed
Site Settings from Configuration/.
Backend path
| TYPO3 v13 | TYPO3 v14 |
|---|---|
| Site Management → Sites | Sites → Setup |
Open the site configuration, add the
Site Set erhaweb/, and save the site configuration.
Override Site Settings
Site Settings are stored in
config/. Supported TYPO3 v13/v14
versions use flat map keys:
plugin.tx_klaroconsentmanager.settings.contextualconsent.mainSectionOnly: false
plugin.tx_klaroconsentmanager.settings.configuration.disabled: false
The available Site Settings are the same values that are documented as TypoScript constants.
Classic fallback
The extension also registers a Static TypoScript Include. Use it only for projects that still configure frontend TypoScript through TypoScript records. For new TYPO3 v13/v14 setups, use the Site Set.