зеркало из https://github.com/mozilla/gecko-dev.git
Fix Bug 1490762 - Add local dump for onboarding bucket on Remote Settings r=leplatrem
Differential Revision: https://phabricator.services.mozilla.com/D5696 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
1316d86812
Коммит
6db1702790
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
FINAL_TARGET_FILES.defaults.settings.main += [
|
FINAL_TARGET_FILES.defaults.settings.main += [
|
||||||
'example.json',
|
'example.json',
|
||||||
|
'onboarding.json',
|
||||||
]
|
]
|
||||||
|
|
||||||
if CONFIG['MOZ_BUILD_APP'] == 'browser':
|
if CONFIG['MOZ_BUILD_APP'] == 'browser':
|
||||||
|
|
|
@ -0,0 +1,95 @@
|
||||||
|
{
|
||||||
|
"data": [
|
||||||
|
{
|
||||||
|
"order": 1,
|
||||||
|
"locale": "en-US",
|
||||||
|
"bundled": 3,
|
||||||
|
"content": {
|
||||||
|
"icon": "gift",
|
||||||
|
"text": "Browse faster, smarter, or safer with extensions like Ghostery, which lets you block annoying ads.",
|
||||||
|
"title": "Block Ads with Ghostery",
|
||||||
|
"button_label": "Try It Now",
|
||||||
|
"button_action": {
|
||||||
|
"data": {
|
||||||
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/ghostery/"
|
||||||
|
},
|
||||||
|
"type": "OPEN_URL"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"trigger": {
|
||||||
|
"id": "firstRun"
|
||||||
|
},
|
||||||
|
"template": "onboarding",
|
||||||
|
"targeting": "isInExperimentCohort == 2",
|
||||||
|
"id": "e91ead4c-ee00-4a41-b9cb-3c2c172b8d7b",
|
||||||
|
"last_modified": 1536774723903
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"order": 1,
|
||||||
|
"locale": "en-US",
|
||||||
|
"bundled": 3,
|
||||||
|
"content": {
|
||||||
|
"icon": "addons",
|
||||||
|
"text": "Add even more features that make Firefox work harder for you. Compare prices, check the weather or express your personality with a custom theme.",
|
||||||
|
"title": "Add-ons",
|
||||||
|
"button_label": "Try It Now",
|
||||||
|
"button_action": {
|
||||||
|
"data": {
|
||||||
|
"page": "addons"
|
||||||
|
},
|
||||||
|
"type": "OPEN_ABOUT_PAGE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"trigger": {
|
||||||
|
"id": "firstRun"
|
||||||
|
},
|
||||||
|
"template": "onboarding",
|
||||||
|
"targeting": "isInExperimentCohort == 1",
|
||||||
|
"id": "025510fa-badd-43b3-b162-1ed90951e9d7",
|
||||||
|
"last_modified": 1536774723728
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"order": 3,
|
||||||
|
"locale": "en-US",
|
||||||
|
"bundled": 3,
|
||||||
|
"content": {
|
||||||
|
"icon": "screenshots",
|
||||||
|
"text": "Take, save and share screenshots - without leaving Firefox. Capture a region or an entire page as you browse. Then save to the web for easy access and sharing.",
|
||||||
|
"title": "Screenshots",
|
||||||
|
"button_label": "Try It Now",
|
||||||
|
"button_action": {
|
||||||
|
"data": {
|
||||||
|
"url": "https://screenshots.firefox.com/#tour"
|
||||||
|
},
|
||||||
|
"type": "OPEN_URL"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"trigger": {
|
||||||
|
"id": "firstRun"
|
||||||
|
},
|
||||||
|
"template": "onboarding",
|
||||||
|
"id": "17f9f669-2f7b-4334-b158-d48b171d6981",
|
||||||
|
"last_modified": 1536774723548
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"order": 2,
|
||||||
|
"locale": "en-US",
|
||||||
|
"bundled": 3,
|
||||||
|
"content": {
|
||||||
|
"icon": "privatebrowsing",
|
||||||
|
"text": "Browse by yourself. Private Browsing with Tracking Protection blocks online trackers that follow you around the web.",
|
||||||
|
"title": "Private Browsing",
|
||||||
|
"button_label": "Try It Now",
|
||||||
|
"button_action": {
|
||||||
|
"type": "OPEN_PRIVATE_BROWSER_WINDOW"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"trigger": {
|
||||||
|
"id": "firstRun"
|
||||||
|
},
|
||||||
|
"template": "onboarding",
|
||||||
|
"id": "82fd96f1-b13b-46fa-9b18-2f18c3c64def",
|
||||||
|
"last_modified": 1536774723327
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Загрузка…
Ссылка в новой задаче