2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-13 07:10:28 +00:00

Bug 1862536 - Add a Nimbus variable for Firefox Suggestion types.

This commit adds:

* An `awesomebar-suggestion-provider` Nimbus feature to a new
  component-specific manifest in the `feature-fxsuggest` component.
* An `available-suggestion-types` variable for that feature, which
  holds a map of all available suggestion types that the
  `FxSuggestSuggestionProvider` can return.

This lets us toggle suggestion types remotely as part of our
experiments.
This commit is contained in:
Lina Butler 2023-11-15 15:17:28 -08:00 committed by mergify[bot]
parent 1a069c9fa0
commit daeb3092f1

View File

@ -141,6 +141,15 @@ import:
download-button: true,
open-in-app-button: true
}
- path: ../../android-components/components/feature/fxsuggest/fxsuggest.fml.yaml
channel: release
features:
awesomebar-suggestion-provider:
- value:
available-suggestion-types: {
"amp": true,
"wikipedia": true,
}
features:
toolbar: