[fenix] Revert "Revert "Closes 28417: Add nimbus flags for pre permission prompt""

This reverts commit f62d571ffca88646da491486dd2d7bcfc1156ae3.
pull/600/head
Roger Yang 2 years ago committed by mergify[bot]
parent c7b88a56db
commit 4767434d76

@ -74,6 +74,14 @@ nimbus-validation:
settings-title: settings-title:
type: string type: string
description: The title of displayed in the Settings screen and app menu. description: The title of displayed in the Settings screen and app menu.
pre-permission-notification-prompt:
description: A feature that shows the pre-permission notification prompt.
hasExposure: true
exposureDescription: ""
variables:
enabled:
type: boolean
description: "if true, the pre-permission notification prompt is shown to the user."
re-engagement-notification: re-engagement-notification:
description: A feature that shows the re-enagement notification if the user is inactive. description: A feature that shows the re-enagement notification if the user is inactive.
hasExposure: true hasExposure: true

@ -278,6 +278,14 @@ features:
type: Boolean type: Boolean
default: true default: true
pre-permission-notification-prompt:
description: A feature that shows the pre-permission notification prompt.
variables:
enabled:
description: if true, the pre-permission notification prompt is shown to the user.
type: Boolean
default: true
types: types:
objects: objects:
MessageData: MessageData:

Loading…
Cancel
Save