Skip to content

Commit fd03a41

Browse files
committed
docs(banner.md): update table with new params
add animation: on/off & size: minimal
1 parent cb01e2c commit fd03a41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/pages/banner.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ Customize the banner by appending query parameters to the script URL:
2323
|-----------|--------|---------|-------------|
2424
| `lang` | `en`, `fr`, `de`, `es`, … | Browser language | Override the display language |
2525
| `id` | Any element id | _(prepend to body)_ | Insert the banner inside the element with this id |
26-
| `size` | `normal`, `mini` | `normal` | Banner size variant |
26+
| `size` | `normal`, `mini`, `minimal` | `normal` | Banner size variant |
2727
| `link` | Any URL, or `none` | `https://keepandroidopen.org` | Make the banner text a clickable link; set to `none` to disable |
2828
| `hidebutton` | `on`, `off` | `on` | Show or hide the X close button (dismissed state is remembered per-site via localStorage) |
29+
| `animation` | `on`, `off` | `on` | Enable or disable the banner's pulsing animation |
2930

3031
## Examples
3132

0 commit comments

Comments
 (0)