mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1821505 - Add Nimbus features for enabling the new Migration Wizard and selecting which browser/profile selector variant. r=niklas
Differential Revision: https://phabricator.services.mozilla.com/D172445
This commit is contained in:
parent
6ec0a1cd59
commit
83c783723b
@ -1122,3 +1122,17 @@ queryStripping:
|
||||
description: >-
|
||||
List of query params to be stripped from URIs. This list will be merged
|
||||
with records coming from RemoteSettings.
|
||||
|
||||
migrationWizard:
|
||||
description: Prefs to control the Migration Wizard UI.
|
||||
owner: mconley@mozilla.com
|
||||
hasExposure: false
|
||||
variables:
|
||||
useNewWizard:
|
||||
description: True if the "Variant 2" of the Migration Wizard browser / profile selection UI should be used.
|
||||
type: boolean
|
||||
setPref: browser.migrate.content-modal.enabled
|
||||
showImportAll:
|
||||
description: True if the "Variant 2" of the Migration Wizard browser / profile selection UI should be used. This is only meaningful in the new Migration Wizard.
|
||||
type: boolean
|
||||
setPref: browser.migrate.content-modal.import-all.enabled
|
||||
|
Loading…
Reference in New Issue
Block a user