mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 03:34:25 +00:00
2622472983
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
6 lines
170 B
JSON
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": ""
|
|
}
|