Skip to content

Commit 2bcd3f3

Browse files
author
Experimenter Bot
committed
chore(nimbus): Update External Configs
1 parent 56abe4b commit 2bcd3f3

26 files changed

Lines changed: 191 additions & 221 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
beta: 5a60d6cc383d991b8ee48c756378f15b024ea9b0
2-
main: 15541e093f907050a1058df80ebb1ab12860f751
1+
beta: 83e871927810f621bb3067b265649aa9505ad84f
2+
main: 357c433d03654a1b82ac3ab44b95aa9842e2dbe2
33
release: 2a775683d38643e7d7372faec42b865c8a3c4d68

experimenter/experimenter/features/manifests/fenix/beta.fml.yaml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,13 @@ features:
544544
Whether or not to turn on local network / device access blocking
545545
type: Boolean
546546
default: false
547+
marketing-onboarding-card:
548+
description: A temporary feature to control the marketing onboarding card shown during the onboarding flow.
549+
variables:
550+
enabled:
551+
description: If false, the marketing onboarding card will never be shown.
552+
type: Boolean
553+
default: true
547554
menu-redesign:
548555
description: Control the new menu redesign.
549556
variables:
@@ -1190,14 +1197,6 @@ features:
11901197
description: Whether or not the Tab Manager opening animation is enabled. When enabled, a shared element transition will initiate, taking the currently-opened tab's thumbnail and shrinking it into its spot in the Tab Manager.
11911198
type: Boolean
11921199
default: false
1193-
tab-search:
1194-
description: Control the visibility of the tab search feature.
1195-
variables:
1196-
enabled:
1197-
description: |
1198-
Whether or not to enable the tab search feature.
1199-
type: Boolean
1200-
default: true
12011200
tab-strip:
12021201
description: Enables tab strip.
12031202
variables:
@@ -1247,19 +1246,6 @@ features:
12471246
Enables / disables third-party cookie blocking in private browsing mode.
12481247
type: Boolean
12491248
default: true
1250-
toolbar-redesign-option:
1251-
description: Control the visibility of toolbar redesign option in settings.
1252-
variables:
1253-
show-customization:
1254-
description: |
1255-
Whether or not the simple/expanded toolbar customization option is visible to the user.
1256-
type: Boolean
1257-
default: true
1258-
show-options:
1259-
description: |
1260-
Whether or not the toolbar redesign option is visible to the user. This allows the user to switch between simple and expanded toolbar.
1261-
type: Boolean
1262-
default: true
12631249
translations:
12641250
description: The feature that allows on-device translations of web content.
12651251
variables:

experimenter/experimenter/features/manifests/fenix/developer.fml.yaml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,13 @@ features:
544544
Whether or not to turn on local network / device access blocking
545545
type: Boolean
546546
default: false
547+
marketing-onboarding-card:
548+
description: A temporary feature to control the marketing onboarding card shown during the onboarding flow.
549+
variables:
550+
enabled:
551+
description: If false, the marketing onboarding card will never be shown.
552+
type: Boolean
553+
default: true
547554
menu-redesign:
548555
description: Control the new menu redesign.
549556
variables:
@@ -1216,14 +1223,6 @@ features:
12161223
description: Whether or not the Tab Manager opening animation is enabled. When enabled, a shared element transition will initiate, taking the currently-opened tab's thumbnail and shrinking it into its spot in the Tab Manager.
12171224
type: Boolean
12181225
default: false
1219-
tab-search:
1220-
description: Control the visibility of the tab search feature.
1221-
variables:
1222-
enabled:
1223-
description: |
1224-
Whether or not to enable the tab search feature.
1225-
type: Boolean
1226-
default: true
12271226
tab-strip:
12281227
description: Enables tab strip.
12291228
variables:
@@ -1273,19 +1272,6 @@ features:
12731272
Enables / disables third-party cookie blocking in private browsing mode.
12741273
type: Boolean
12751274
default: true
1276-
toolbar-redesign-option:
1277-
description: Control the visibility of toolbar redesign option in settings.
1278-
variables:
1279-
show-customization:
1280-
description: |
1281-
Whether or not the simple/expanded toolbar customization option is visible to the user.
1282-
type: Boolean
1283-
default: true
1284-
show-options:
1285-
description: |
1286-
Whether or not the toolbar redesign option is visible to the user. This allows the user to switch between simple and expanded toolbar.
1287-
type: Boolean
1288-
default: true
12891275
translations:
12901276
description: The feature that allows on-device translations of web content.
12911277
variables:

experimenter/experimenter/features/manifests/fenix/experimenter.yaml

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,14 @@ lna-blocking:
403403
type: boolean
404404
description: |
405405
Whether or not to turn on local network / device access blocking
406+
marketing-onboarding-card:
407+
description: A temporary feature to control the marketing onboarding card shown during the onboarding flow.
408+
hasExposure: true
409+
exposureDescription: ''
410+
variables:
411+
enabled:
412+
type: boolean
413+
description: If false, the marketing onboarding card will never be shown.
406414
menu-redesign:
407415
description: Control the new menu redesign.
408416
hasExposure: true
@@ -942,15 +950,6 @@ tab-management-enhancements:
942950
opening_animation_enabled:
943951
type: boolean
944952
description: Whether or not the Tab Manager opening animation is enabled. When enabled, a shared element transition will initiate, taking the currently-opened tab's thumbnail and shrinking it into its spot in the Tab Manager.
945-
tab-search:
946-
description: Control the visibility of the tab search feature.
947-
hasExposure: true
948-
exposureDescription: ''
949-
variables:
950-
enabled:
951-
type: boolean
952-
description: |
953-
Whether or not to enable the tab search feature.
954953
tab-strip:
955954
description: Enables tab strip.
956955
hasExposure: true
@@ -1001,19 +1000,6 @@ third-party-cookie-blocking:
10011000
type: boolean
10021001
description: |
10031002
Enables / disables third-party cookie blocking in private browsing mode.
1004-
toolbar-redesign-option:
1005-
description: Control the visibility of toolbar redesign option in settings.
1006-
hasExposure: true
1007-
exposureDescription: ''
1008-
variables:
1009-
show-customization:
1010-
type: boolean
1011-
description: |
1012-
Whether or not the simple/expanded toolbar customization option is visible to the user.
1013-
show-options:
1014-
type: boolean
1015-
description: |
1016-
Whether or not the toolbar redesign option is visible to the user. This allows the user to switch between simple and expanded toolbar.
10171003
translations:
10181004
description: The feature that allows on-device translations of web content.
10191005
hasExposure: true

experimenter/experimenter/features/manifests/fenix/nightly.fml.yaml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,13 @@ features:
544544
Whether or not to turn on local network / device access blocking
545545
type: Boolean
546546
default: false
547+
marketing-onboarding-card:
548+
description: A temporary feature to control the marketing onboarding card shown during the onboarding flow.
549+
variables:
550+
enabled:
551+
description: If false, the marketing onboarding card will never be shown.
552+
type: Boolean
553+
default: true
547554
menu-redesign:
548555
description: Control the new menu redesign.
549556
variables:
@@ -1213,14 +1220,6 @@ features:
12131220
description: Whether or not the Tab Manager opening animation is enabled. When enabled, a shared element transition will initiate, taking the currently-opened tab's thumbnail and shrinking it into its spot in the Tab Manager.
12141221
type: Boolean
12151222
default: true
1216-
tab-search:
1217-
description: Control the visibility of the tab search feature.
1218-
variables:
1219-
enabled:
1220-
description: |
1221-
Whether or not to enable the tab search feature.
1222-
type: Boolean
1223-
default: true
12241223
tab-strip:
12251224
description: Enables tab strip.
12261225
variables:
@@ -1270,19 +1269,6 @@ features:
12701269
Enables / disables third-party cookie blocking in private browsing mode.
12711270
type: Boolean
12721271
default: true
1273-
toolbar-redesign-option:
1274-
description: Control the visibility of toolbar redesign option in settings.
1275-
variables:
1276-
show-customization:
1277-
description: |
1278-
Whether or not the simple/expanded toolbar customization option is visible to the user.
1279-
type: Boolean
1280-
default: true
1281-
show-options:
1282-
description: |
1283-
Whether or not the toolbar redesign option is visible to the user. This allows the user to switch between simple and expanded toolbar.
1284-
type: Boolean
1285-
default: true
12861272
translations:
12871273
description: The feature that allows on-device translations of web content.
12881274
variables:

experimenter/experimenter/features/manifests/fenix/release.fml.yaml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,13 @@ features:
544544
Whether or not to turn on local network / device access blocking
545545
type: Boolean
546546
default: false
547+
marketing-onboarding-card:
548+
description: A temporary feature to control the marketing onboarding card shown during the onboarding flow.
549+
variables:
550+
enabled:
551+
description: If false, the marketing onboarding card will never be shown.
552+
type: Boolean
553+
default: true
547554
menu-redesign:
548555
description: Control the new menu redesign.
549556
variables:
@@ -1190,14 +1197,6 @@ features:
11901197
description: Whether or not the Tab Manager opening animation is enabled. When enabled, a shared element transition will initiate, taking the currently-opened tab's thumbnail and shrinking it into its spot in the Tab Manager.
11911198
type: Boolean
11921199
default: false
1193-
tab-search:
1194-
description: Control the visibility of the tab search feature.
1195-
variables:
1196-
enabled:
1197-
description: |
1198-
Whether or not to enable the tab search feature.
1199-
type: Boolean
1200-
default: true
12011200
tab-strip:
12021201
description: Enables tab strip.
12031202
variables:
@@ -1247,19 +1246,6 @@ features:
12471246
Enables / disables third-party cookie blocking in private browsing mode.
12481247
type: Boolean
12491248
default: true
1250-
toolbar-redesign-option:
1251-
description: Control the visibility of toolbar redesign option in settings.
1252-
variables:
1253-
show-customization:
1254-
description: |
1255-
Whether or not the simple/expanded toolbar customization option is visible to the user.
1256-
type: Boolean
1257-
default: true
1258-
show-options:
1259-
description: |
1260-
Whether or not the toolbar redesign option is visible to the user. This allows the user to switch between simple and expanded toolbar.
1261-
type: Boolean
1262-
default: true
12631249
translations:
12641250
description: The feature that allows on-device translations of web content.
12651251
variables:

experimenter/experimenter/features/manifests/fenix/v151.0.0/beta.fml.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,13 @@ features:
538538
Whether or not to turn on local network / device access blocking
539539
type: Boolean
540540
default: false
541+
marketing-onboarding-card:
542+
description: A temporary feature to control the marketing onboarding card shown during the onboarding flow.
543+
variables:
544+
enabled:
545+
description: If false, the marketing onboarding card will never be shown.
546+
type: Boolean
547+
default: true
541548
menu-redesign:
542549
description: Control the new menu redesign.
543550
variables:

experimenter/experimenter/features/manifests/fenix/v151.0.0/developer.fml.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,13 @@ features:
538538
Whether or not to turn on local network / device access blocking
539539
type: Boolean
540540
default: false
541+
marketing-onboarding-card:
542+
description: A temporary feature to control the marketing onboarding card shown during the onboarding flow.
543+
variables:
544+
enabled:
545+
description: If false, the marketing onboarding card will never be shown.
546+
type: Boolean
547+
default: true
541548
menu-redesign:
542549
description: Control the new menu redesign.
543550
variables:

experimenter/experimenter/features/manifests/fenix/v151.0.0/experimenter.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,14 @@ lna-blocking:
405405
type: boolean
406406
description: |
407407
Whether or not to turn on local network / device access blocking
408+
marketing-onboarding-card:
409+
description: A temporary feature to control the marketing onboarding card shown during the onboarding flow.
410+
hasExposure: true
411+
exposureDescription: ''
412+
variables:
413+
enabled:
414+
type: boolean
415+
description: If false, the marketing onboarding card will never be shown.
408416
menu-redesign:
409417
description: Control the new menu redesign.
410418
hasExposure: true

experimenter/experimenter/features/manifests/fenix/v151.0.0/nightly.fml.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,13 @@ features:
538538
Whether or not to turn on local network / device access blocking
539539
type: Boolean
540540
default: false
541+
marketing-onboarding-card:
542+
description: A temporary feature to control the marketing onboarding card shown during the onboarding flow.
543+
variables:
544+
enabled:
545+
description: If false, the marketing onboarding card will never be shown.
546+
type: Boolean
547+
default: true
541548
menu-redesign:
542549
description: Control the new menu redesign.
543550
variables:

0 commit comments

Comments
 (0)