mediawiki-skins-Vector/resources/skins.vector.js/config.json
Jon Robson 2622472983 Point out the limited width control
The limited control will be pointed to on page load
When wgVectorPageLoadIndicator is set to true (defaults
to false)

Clicking the button should show the indicator.

Additional change:
* Update config.json to reflect new state
(Follow up to 28ada2dc)

Bug: T333601
Change-Id: I188ed7226b9a1530e54b1aaa80caa0830bf73633
2023-04-14 17:15:56 +00:00

6 lines
170 B
JSON

{
"@doc": "This file describes the shape of the AB config. It exists to support jest and TypeScript.",
"VectorLimitedWidthIndicator": true,
"VectorSearchApiUrl": ""
}