From 850d344471efa0b83b7eba5cc7e91cd695eb9a0a Mon Sep 17 00:00:00 2001 From: Tasos Katsoulas Date: Wed, 19 Jun 2024 17:56:42 +0300 Subject: [PATCH 1/2] Add GA4 attributes to new nav --- .../sumo/jinja2/includes/common_macros.html | 332 ++++++++++++++++-- 1 file changed, 300 insertions(+), 32 deletions(-) diff --git a/kitsune/sumo/jinja2/includes/common_macros.html b/kitsune/sumo/jinja2/includes/common_macros.html index f1f0c4ca9df..242b59f6955 100644 --- a/kitsune/sumo/jinja2/includes/common_macros.html +++ b/kitsune/sumo/jinja2/includes/common_macros.html @@ -148,12 +148,66 @@

{{ _('Explore by product') }}

{{ _('Explore by topic') }}

@@ -184,12 +238,66 @@

{{ _('Explore by topic') }}

{{ _('Browse by product') }}

@@ -206,12 +314,66 @@

{{ _('Browse by product') }}

{{ _('Browse all forum threads by topic') }}

@@ -243,20 +405,126 @@

{{ _('Browse all forum threads by topic') }}{{ _('Get help with') }}

From 7de6a0f5c548e0f558dedd84333bb25a29952073 Mon Sep 17 00:00:00 2001 From: Tasos Katsoulas Date: Fri, 21 Jun 2024 12:25:02 +0300 Subject: [PATCH 2/2] Update topic search list --- kitsune/sumo/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitsune/sumo/__init__.py b/kitsune/sumo/__init__.py index d7a5b94dc2c..89cb29c782a 100644 --- a/kitsune/sumo/__init__.py +++ b/kitsune/sumo/__init__.py @@ -17,6 +17,7 @@ ], "Emails": ["emails-thunderbird"], "Customize settings and preferences": [ + "customize-settings-and-preferences", "manage-preferences-and-add-ons-firefox", "customize-settings-firefox-android", "customize-preferences-ios",