From aae3097c3a0365528b16cedb3c0b9fce2cac3062 Mon Sep 17 00:00:00 2001 From: Tasos Katsoulas Date: Mon, 9 Sep 2019 13:36:26 +0300 Subject: [PATCH] Add FPN to the AAQ flow. --- kitsune/questions/config.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/kitsune/questions/config.py b/kitsune/questions/config.py index a5016a12454..bc3a392e7b0 100644 --- a/kitsune/questions/config.py +++ b/kitsune/questions/config.py @@ -419,6 +419,30 @@ ]) }), + ('firefox-private-network', { + 'name': _lazy(u'Firefox Private Network'), + 'subtitle': _lazy(u'Firefox Private Network'), + 'extra_fields': [], + 'tags': [], + 'product': 'firefox-private-network', + 'categories': OrderedDict([ + ('get-started', { + 'name': _lazy(u'Get started'), + 'topic': 'get-started', + 'tags': ['get-started', 'fpntestpilot'], + }), + ('manage-account-and-settings', { + 'name': _lazy(u'Manage accounts and settings'), + 'topic': 'manage-account-and-settings', + 'tags': ['customization', 'fpntestpilot'], + }), + ('fix-problems', { + 'name': _lazy(u'Fix problems with Firefox Private Network'), + 'topic': 'fix-problems', + 'tags': ['fix-problems', 'fpntestpilot'], + }), + ]) + }), ('other', { 'name': _lazy(u'Other Mozilla products'), 'subtitle': '',