mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] Closes 28417: Add nimbus flags for pre permission prompt
This commit is contained in:
parent
fb49508c82
commit
d8c8040197
@ -74,6 +74,14 @@ nimbus-validation:
|
||||
settings-title:
|
||||
type: string
|
||||
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:
|
||||
description: A feature that shows the re-enagement notification if the user is inactive.
|
||||
hasExposure: true
|
||||
|
@ -272,6 +272,14 @@ features:
|
||||
type: Boolean
|
||||
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:
|
||||
objects:
|
||||
MessageData:
|
||||
|
Loading…
Reference in New Issue
Block a user