Skip to content

Commit cabe589

Browse files
committed
Fix references to 'onboarding' in param docs
1 parent 97dde26 commit cabe589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

special-pages/pages/new-tab/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
### Test URL params
44

5-
URL parameters can be used to override the default values of the onboarding flow's configuration. Supported parameters are:
5+
URL parameters can be used to override the default values of the New Tab Page's configuration. Supported parameters are:
66

77
- `locale` - Specifies the language to use for translations. Expects a language code (e.g., `en`, `de`, `fr`).
88
- `textLength` - Adjusts the length of translated strings, for testing layout with different text sizes (e.g., `short`, `long`).
9-
- `display` - Controls which view is rendered. `app` renders the main onboarding flow, `components` renders the component showcase page.
9+
- `display` - Controls which view is rendered. `app` renders the main New Tab Pgae interface, `components` renders the component showcase page.
1010
- `platform` - Overrides the detected platform, for testing platform-specific styling (e.g., `macos`, `windows`).
1111
- `animation` - Controls animation settings. Can be `none` or `view-transitions` to override the stats widget animation config. Also sets a global `data-animation` attribute on the `<body>` tag.
1212
- `skip-read` - If present, prevents the mock transport from reading persisted state (like widget configs) from localStorage on initialization.

0 commit comments

Comments
 (0)