From 23681a414820fcb5f7d684a026377cca9168b1f7 Mon Sep 17 00:00:00 2001 From: rahulsainani Date: Mon, 26 Jun 2023 14:51:56 +0200 Subject: [PATCH] Bug 1840091 - Add shopping experience feature flag --- app/.experimenter.yaml | 8 ++++++++ app/nimbus.fml.yaml | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/app/.experimenter.yaml b/app/.experimenter.yaml index 4aeda8fc09..2746cdd96e 100644 --- a/app/.experimenter.yaml +++ b/app/.experimenter.yaml @@ -147,6 +147,14 @@ search-term-groups: enabled: type: boolean description: "If true, the feature shows up on the homescreen and on the new tab screen." +shopping-experience: + description: A feature that shows product review quality information. + hasExposure: true + exposureDescription: "" + variables: + enabled: + type: boolean + description: "if true, the shopping experience feature is shown to the user." splash-screen: description: "A feature that extends splash screen duration, allowing additional data fetching time for the app's initial run." hasExposure: true diff --git a/app/nimbus.fml.yaml b/app/nimbus.fml.yaml index a3ee5e3e01..71991e95e5 100644 --- a/app/nimbus.fml.yaml +++ b/app/nimbus.fml.yaml @@ -330,6 +330,18 @@ features: type: Int default: 0 + shopping-experience: + description: A feature that shows product review quality information. + variables: + enabled: + description: if true, the shopping experience feature is shown to the user. + type: Boolean + default: false + defaults: + - channel: developer + value: + enabled: true + types: objects: {}