Bug 1840091 - Add shopping experience feature flag

fenix/116.0
rahulsainani 1 year ago committed by mergify[bot]
parent 073ba4bb9f
commit 23681a4148

@ -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

@ -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: {}

Loading…
Cancel
Save