diff --git a/Configuration/TCA/tx_sgcookieoptin_domain_model_optin.php b/Configuration/TCA/tx_sgcookieoptin_domain_model_optin.php index 8d4eeb8a93f8aa1aa09a5e637bb34fa6f2a5a3d4..14ea487ab541b8e7ac2752e02fe7ecc400eb9f9b 100644 --- a/Configuration/TCA/tx_sgcookieoptin_domain_model_optin.php +++ b/Configuration/TCA/tx_sgcookieoptin_domain_model_optin.php @@ -325,7 +325,6 @@ $configuration = [ ], 'navigation' => [ 'exclude' => TRUE, - 'l10n_mode' => 'exclude', 'label' => 'LLL:EXT:sg_cookie_optin/Resources/Private/Language/locallang_db.xlf:tx_sgcookieoptin_domain_model_optin.navigation', 'config' => [ 'type' => 'group', diff --git a/README.md b/README.md index 04da2c47c8eb909dba30dedff97bda18a1bd1602..7076aaffddd16b717f5ac8ca4453f171d6ee353b 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ gtag('config', 'GA_MEASUREMENT_ID'); In order for us to know which cookie groups the user has accepted, we must also store an essential cookie. The structure is as follows: -**Name**: cookie_optin -**Example data**: essential:1|analytics:0|performance:1 +**Name**: cookie_optin +**Example data**: essential:1|analytics:0|performance:1 **Explanation**: The user has accepted the essential and performance groups, but not the analytics one. ## Additional Features