doc: add $wgTabberNeueEnableLegacyMode to README

This commit is contained in:
alistair3149 2023-07-05 17:30:38 -04:00
parent 597f976e7e
commit d026a1835d
No known key found for this signature in database

View file

@ -94,5 +94,6 @@ Third Page Name|Third Tab Title
## Configurations
Name | Description | Values | Default
:--- | :--- | :--- | :---
`$wgTabberNeueEnableLegacyMode` | Use legacy mode to render Tabber. It is required for nested Tabber |`true` - enable; `false` - disable | `true`
`$wgTabberNeueEnableAnimation` | Enable or disable smooth scroll animation |`true` - enable; `false` - disable | `false`
`$wgTabberNeueUpdateLocationOnTabChange` | If enabled, when a tab is selected, the URL displayed on the browser changes. Opening this URL makes that tab initially selected |`true` - enable; `false` - disable | `true`