Fix Bug 1433217 - Add 'extensions' message to onboarding
This commit is contained in:
Родитель
4097623b16
Коммит
c413a47a92
|
@ -78,6 +78,10 @@
|
|||
&.screenshots {
|
||||
background-image: url("resource://activity-stream/data/content/assets/illustration-screenshots@2x.png");
|
||||
}
|
||||
|
||||
&.gift {
|
||||
background-image: url("resource://activity-stream/data/content/assets/illustration-gift@2x.png");
|
||||
}
|
||||
}
|
||||
|
||||
.onboardingContent {
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 14 KiB |
|
@ -41,6 +41,19 @@ const ONBOARDING_MESSAGES = [
|
|||
button_action: "OPEN_ABOUT_PAGE",
|
||||
button_action_params: "addons"
|
||||
}
|
||||
},
|
||||
{
|
||||
id: "ONBOARDING_4",
|
||||
template: "onboarding",
|
||||
bundled: 3,
|
||||
content: {
|
||||
title: "Extensions",
|
||||
text: "Make browsing faster, smarter, or safer with browser apps. Protect passwords, find deals, download videos, and much more. You can even block annoying ads with extensions like Ghostery.",
|
||||
icon: "gift",
|
||||
button_label: "Get Ghostery",
|
||||
button_action: "OPEN_URL",
|
||||
button_action_params: "https://addons.mozilla.org/en-US/firefox/addon/ghostery/"
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче