mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
53f49c5c64
This allows better compatibility with FeatureManager (e.g. can use requirements such as REQUIREMENT_LATEST_SKIN_VERSION). It will become especially useful in I70277c1082a504fbd5f6023e9873e8071de7e35d and when A/B testing search. Bug: T270202 Change-Id: I3a063e0b085765ea1db3c4478fb30c11b0942b75
8 lines
209 B
TypeScript
8 lines
209 B
TypeScript
/** See Vector\Hooks::getVectorResourceLoaderConfig */
|
|
interface VectorResourceLoaderVirtualConfig {
|
|
/**
|
|
* The name of the ResourceLoader module that contains search.
|
|
*/
|
|
wgVectorUseWvuiSearch: boolean
|
|
}
|