forked from TYPO3GmbH/ext-usercentrics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] solves TYPO3GmbH#31 and TYPO3GmbH#29
- Switch to CMP v2 - Support for integration of the Smart Data Protector for more secure and user-friendly Consent Management - Support for preloading the required resources to increase performance
- Loading branch information
Showing
3 changed files
with
79 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
plugin.tx_usercentrics { | ||
settingsId = {$plugin.tx_usercentrics.settingsId} | ||
language = {$plugin.tx_usercentrics.language} | ||
} | ||
preconnectRessources = {$plugin.tx_usercentrics.preconnectRessources} | ||
smartDataProtector = {$plugin.tx_usercentrics.smartDataProtector} | ||
} |