Skip to content

Commit 41af9c1

Browse files
authored
Adds Whats New Page nimbus integration info (#622)
1 parent affc0a7 commit 41af9c1

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

docs/workflow/implementing/messaging/desktop-messaging-surfaces.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Feature Callouts point to and describe features in content pages or the browser
2424
Shown at the top of browser content area, these can be per tab (switching tabs hides it) or global (persistent across tabs).
2525

2626
## Moments Pages
27+
<img src="/img/messaging/moments-page.png" alt="Example of a Moments Page" />
28+
<br/>
2729
This type of message is a URL that the browser will open at the start of the browsing session and will focus on that tab.
2830
These pages appears on start-up as a full content page.
2931

@@ -48,3 +50,25 @@ Short messages that appear on New Tab Page to highlight products, features and i
4850
<img src="/img/messaging/spotlight-split-dark-checkbox.png" alt="Example of spotlight component with split screen and checkbox in dark mode" className="img-sm" />
4951
<br/>
5052
This surface can be configured as a window or tab level modal, and all other interactions are prevented. The modal's configuration is highly flexible and may include primary and secondary actions, a logo image, background, dismiss button, localized app store icons, QR code with associated link, checkboxes, decorative noodles, and more. A given message may be configured with multiple screens. Progress through these screens may be displayed as a step indicator or a progress bar. Each screen can use a centered, single panel layout or a split screen layout with an image and/or hero text on one side and all other modal content on the other.
53+
54+
55+
## What's New Page
56+
<img src="/img/messaging/whats-new-page.png" alt="Example of a Whats New Page" />
57+
<br/>
58+
59+
This feature allows us to use Nimbus to override the default evergreen What’s
60+
New Page shown to users enrolled in these experiments. A What's New Page is a
61+
URL to a full content page that the browser will open on the next startup of a
62+
browsing session following a
63+
Firefox version update and will focus on that tab.
64+
The following configuration options are available.
65+
66+
### minVersion
67+
Used to set a minimum Firefox update Version for a user to be eligible to see
68+
the experimental What's New Page.
69+
### maxVersion
70+
Used to set a maximum Firefox update Version for a user to be eligible to see
71+
the experimental What's New Page.
72+
### disableWNP
73+
Blocks all What's New Pages for a user enrolled in the experiment. Used
74+
to compare no-What's New Page control branches to What's New Page treatments.

static/img/messaging/moments-page.png

682 KB
Loading
1.7 MB
Loading

0 commit comments

Comments
 (0)