Skip to content

Commit

Permalink
chore(nimbus): Update External Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dataops-ci-bot committed Oct 17, 2024
1 parent 70bc9f8 commit 35cdf09
Show file tree
Hide file tree
Showing 12 changed files with 308 additions and 58 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beta: 55d801e83c51ec5ae5e12db361399f124882b966
master: a9b60625c56e90a215553fbad2ad75f7af4fbc29
beta: 4676a6b35701c1778958a5e40282cd964b9223af
master: 682dc9b94432fcb67f1844650ce380851d64ebbe
release: def4d3c9ca229625da33c780dedd912f67134c52
37 changes: 37 additions & 0 deletions experimenter/experimenter/features/manifests/fenix/beta.fml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ features:
type: "Map<OnboardingCardKey, OnboardingCardData>"
default:
default-browser:
add-ons-data: []
body: juno_onboarding_default_browser_description_nimbus_3
card-type: default-browser
disqualifiers:
Expand All @@ -148,6 +149,7 @@ features:
secondary-button-label: juno_onboarding_default_browser_negative_button
title: juno_onboarding_default_browser_title_nimbus_2
add-search-widget:
add-ons-data: []
body: juno_onboarding_add_search_widget_description
card-type: add-search-widget
disqualifiers:
Expand All @@ -161,6 +163,7 @@ features:
secondary-button-label: juno_onboarding_add_search_widget_negative_button
title: juno_onboarding_add_search_widget_title
sync-sign-in:
add-ons-data: []
body: juno_onboarding_sign_in_description_3
card-type: sync-sign-in
disqualifiers:
Expand All @@ -174,6 +177,7 @@ features:
secondary-button-label: juno_onboarding_sign_in_negative_button
title: juno_onboarding_sign_in_title_2
notification-permission:
add-ons-data: []
body: juno_onboarding_enable_notifications_description_nimbus_2
card-type: notification-permission
disqualifiers:
Expand Down Expand Up @@ -666,6 +670,8 @@ enums:
OnboardingCardType:
description: An enum to describe a type of card.
variants:
add-ons:
description: Allows user to install add-ons from onboarding.
add-search-widget:
description: Allows user to add search widget to homescreen.
default-browser:
Expand Down Expand Up @@ -708,6 +714,33 @@ enums:
wikipedia:
description: A Firefox Suggestion for a Wikipedia page.
objects:
AddOnData:
description: An object to describe an add-on to be installed from the onboarding card.
fields:
average-rating:
description: The average rating of the add-on.
type: String
default: "0.0"
description:
description: A small description of the add-on to be displayed to the user.
type: Text
default: ""
icon-res:
description: The resource id of the icon of the add-on to be displayed.
type: Image
default: ic_onboarding_welcome
install-url:
description: The url from where the add-on can be installed.
type: Text
default: ""
name:
description: The name of the add-on to be displayed to the user.
type: Text
default: ""
review-count:
description: The amount of reviews the add-on has.
type: String
default: "0.0"
MessageData:
description: "An object to describe a message. It uses human readable strings to describe the triggers, action and style of the message as well as the text of the message and call to action.\n"
fields:
Expand Down Expand Up @@ -795,6 +828,10 @@ objects:
OnboardingCardData:
description: An object to describe a user facing onboarding card.
fields:
add-ons-data:
description: "An optional list of add-ons which will be shown in add-on onboarding card.\n"
type: List<AddOnData>
default: []
body:
description: The message text displayed to the user. May contain linkable text.
type: Text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ features:
type: "Map<OnboardingCardKey, OnboardingCardData>"
default:
default-browser:
add-ons-data: []
body: juno_onboarding_default_browser_description_nimbus_3
card-type: default-browser
disqualifiers:
Expand All @@ -148,6 +149,7 @@ features:
secondary-button-label: juno_onboarding_default_browser_negative_button
title: juno_onboarding_default_browser_title_nimbus_2
add-search-widget:
add-ons-data: []
body: juno_onboarding_add_search_widget_description
card-type: add-search-widget
disqualifiers:
Expand All @@ -161,6 +163,7 @@ features:
secondary-button-label: juno_onboarding_add_search_widget_negative_button
title: juno_onboarding_add_search_widget_title
sync-sign-in:
add-ons-data: []
body: juno_onboarding_sign_in_description_3
card-type: sync-sign-in
disqualifiers:
Expand All @@ -174,6 +177,7 @@ features:
secondary-button-label: juno_onboarding_sign_in_negative_button
title: juno_onboarding_sign_in_title_2
notification-permission:
add-ons-data: []
body: juno_onboarding_enable_notifications_description_nimbus_2
card-type: notification-permission
disqualifiers:
Expand Down Expand Up @@ -692,6 +696,8 @@ enums:
OnboardingCardType:
description: An enum to describe a type of card.
variants:
add-ons:
description: Allows user to install add-ons from onboarding.
add-search-widget:
description: Allows user to add search widget to homescreen.
default-browser:
Expand Down Expand Up @@ -734,6 +740,33 @@ enums:
wikipedia:
description: A Firefox Suggestion for a Wikipedia page.
objects:
AddOnData:
description: An object to describe an add-on to be installed from the onboarding card.
fields:
average-rating:
description: The average rating of the add-on.
type: String
default: "0.0"
description:
description: A small description of the add-on to be displayed to the user.
type: Text
default: ""
icon-res:
description: The resource id of the icon of the add-on to be displayed.
type: Image
default: ic_onboarding_welcome
install-url:
description: The url from where the add-on can be installed.
type: Text
default: ""
name:
description: The name of the add-on to be displayed to the user.
type: Text
default: ""
review-count:
description: The amount of reviews the add-on has.
type: String
default: "0.0"
MessageData:
description: "An object to describe a message. It uses human readable strings to describe the triggers, action and style of the message as well as the text of the message and call to action.\n"
fields:
Expand Down Expand Up @@ -821,6 +854,10 @@ objects:
OnboardingCardData:
description: An object to describe a user facing onboarding card.
fields:
add-ons-data:
description: "An optional list of add-ons which will be shown in add-on onboarding card.\n"
type: List<AddOnData>
default: []
body:
description: The message text displayed to the user. May contain linkable text.
type: Text
Expand Down
60 changes: 37 additions & 23 deletions experimenter/experimenter/features/manifests/fenix/nightly.fml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ features:
type: "Map<OnboardingCardKey, OnboardingCardData>"
default:
default-browser:
add-ons-data: []
body: juno_onboarding_default_browser_description_nimbus_3
card-type: default-browser
disqualifiers:
Expand All @@ -148,6 +149,7 @@ features:
secondary-button-label: juno_onboarding_default_browser_negative_button
title: juno_onboarding_default_browser_title_nimbus_2
add-search-widget:
add-ons-data: []
body: juno_onboarding_add_search_widget_description
card-type: add-search-widget
disqualifiers:
Expand All @@ -161,6 +163,7 @@ features:
secondary-button-label: juno_onboarding_add_search_widget_negative_button
title: juno_onboarding_add_search_widget_title
sync-sign-in:
add-ons-data: []
body: juno_onboarding_sign_in_description_3
card-type: sync-sign-in
disqualifiers:
Expand All @@ -174,6 +177,7 @@ features:
secondary-button-label: juno_onboarding_sign_in_negative_button
title: juno_onboarding_sign_in_title_2
notification-permission:
add-ons-data: []
body: juno_onboarding_enable_notifications_description_nimbus_2
card-type: notification-permission
disqualifiers:
Expand Down Expand Up @@ -272,29 +276,6 @@ features:
exclude-if-any:
- I_AM_DEFAULT_BROWSER
action: MAKE_DEFAULT_BROWSER
microsurvey-printing-example-nightly:
title: microsurvey_prompt_printing_title
text: microsurvey_survey_printing_title
surface: microsurvey
trigger-if-all:
- RECENTLY_PRINTED
style: MICROSURVEY
microsurvey-config:
utm-content: homepage
icon: ic_print
answers:
- text: likert_scale_option_1
ordering: 0
- text: likert_scale_option_2
ordering: 1
- text: likert_scale_option_3
ordering: 2
- text: likert_scale_option_4
ordering: 3
- text: likert_scale_option_5
ordering: 4
- text: likert_scale_option_6
ordering: 5
string-alias: MessageKey
notification-config:
description: Configuration of the notification worker for all notification messages.
Expand Down Expand Up @@ -689,6 +670,8 @@ enums:
OnboardingCardType:
description: An enum to describe a type of card.
variants:
add-ons:
description: Allows user to install add-ons from onboarding.
add-search-widget:
description: Allows user to add search widget to homescreen.
default-browser:
Expand Down Expand Up @@ -731,6 +714,33 @@ enums:
wikipedia:
description: A Firefox Suggestion for a Wikipedia page.
objects:
AddOnData:
description: An object to describe an add-on to be installed from the onboarding card.
fields:
average-rating:
description: The average rating of the add-on.
type: String
default: "0.0"
description:
description: A small description of the add-on to be displayed to the user.
type: Text
default: ""
icon-res:
description: The resource id of the icon of the add-on to be displayed.
type: Image
default: ic_onboarding_welcome
install-url:
description: The url from where the add-on can be installed.
type: Text
default: ""
name:
description: The name of the add-on to be displayed to the user.
type: Text
default: ""
review-count:
description: The amount of reviews the add-on has.
type: String
default: "0.0"
MessageData:
description: "An object to describe a message. It uses human readable strings to describe the triggers, action and style of the message as well as the text of the message and call to action.\n"
fields:
Expand Down Expand Up @@ -818,6 +828,10 @@ objects:
OnboardingCardData:
description: An object to describe a user facing onboarding card.
fields:
add-ons-data:
description: "An optional list of add-ons which will be shown in add-on onboarding card.\n"
type: List<AddOnData>
default: []
body:
description: The message text displayed to the user. May contain linkable text.
type: Text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ features:
type: "Map<OnboardingCardKey, OnboardingCardData>"
default:
default-browser:
add-ons-data: []
body: juno_onboarding_default_browser_description_nimbus_3
card-type: default-browser
disqualifiers:
Expand All @@ -148,6 +149,7 @@ features:
secondary-button-label: juno_onboarding_default_browser_negative_button
title: juno_onboarding_default_browser_title_nimbus_2
add-search-widget:
add-ons-data: []
body: juno_onboarding_add_search_widget_description
card-type: add-search-widget
disqualifiers:
Expand All @@ -161,6 +163,7 @@ features:
secondary-button-label: juno_onboarding_add_search_widget_negative_button
title: juno_onboarding_add_search_widget_title
sync-sign-in:
add-ons-data: []
body: juno_onboarding_sign_in_description_3
card-type: sync-sign-in
disqualifiers:
Expand All @@ -174,6 +177,7 @@ features:
secondary-button-label: juno_onboarding_sign_in_negative_button
title: juno_onboarding_sign_in_title_2
notification-permission:
add-ons-data: []
body: juno_onboarding_enable_notifications_description_nimbus_2
card-type: notification-permission
disqualifiers:
Expand Down Expand Up @@ -666,6 +670,8 @@ enums:
OnboardingCardType:
description: An enum to describe a type of card.
variants:
add-ons:
description: Allows user to install add-ons from onboarding.
add-search-widget:
description: Allows user to add search widget to homescreen.
default-browser:
Expand Down Expand Up @@ -708,6 +714,33 @@ enums:
wikipedia:
description: A Firefox Suggestion for a Wikipedia page.
objects:
AddOnData:
description: An object to describe an add-on to be installed from the onboarding card.
fields:
average-rating:
description: The average rating of the add-on.
type: String
default: "0.0"
description:
description: A small description of the add-on to be displayed to the user.
type: Text
default: ""
icon-res:
description: The resource id of the icon of the add-on to be displayed.
type: Image
default: ic_onboarding_welcome
install-url:
description: The url from where the add-on can be installed.
type: Text
default: ""
name:
description: The name of the add-on to be displayed to the user.
type: Text
default: ""
review-count:
description: The amount of reviews the add-on has.
type: String
default: "0.0"
MessageData:
description: "An object to describe a message. It uses human readable strings to describe the triggers, action and style of the message as well as the text of the message and call to action.\n"
fields:
Expand Down Expand Up @@ -795,6 +828,10 @@ objects:
OnboardingCardData:
description: An object to describe a user facing onboarding card.
fields:
add-ons-data:
description: "An optional list of add-ons which will be shown in add-on onboarding card.\n"
type: List<AddOnData>
default: []
body:
description: The message text displayed to the user. May contain linkable text.
type: Text
Expand Down
Loading

0 comments on commit 35cdf09

Please sign in to comment.