From b7ba896f34f25d4c75e6ea2a24a1758da5648bd5 Mon Sep 17 00:00:00 2001 From: Peter Kraume Date: Thu, 30 Jan 2020 14:21:33 +0100 Subject: [PATCH 1/2] [TASK] Don't exclude navigation field from translated records There are use cases in a single tree environment, where you need to have e.g. different imprint or data privacy pages. --- Configuration/TCA/tx_sgcookieoptin_domain_model_optin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Configuration/TCA/tx_sgcookieoptin_domain_model_optin.php b/Configuration/TCA/tx_sgcookieoptin_domain_model_optin.php index 8d4eeb8..14ea487 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', -- GitLab From 145dcf749cb1adda8b7cc45f9834117dd0f409f2 Mon Sep 17 00:00:00 2001 From: Peter Kraume Date: Thu, 30 Jan 2020 15:02:52 +0100 Subject: [PATCH 2/2] [TASK] Fix missing line breaks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04da2c4..7076aaf 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 -- GitLab