mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
b86dbc756c
- Remove references to the removed wgVectorUseWvuiSearch configuration - Remove mw-body qualifier on Indicators component. - Drops some cache related FIXMEs Change-Id: I6823b9c5bf19a067b56badf29f874a7127867a09
5 lines
132 B
TypeScript
5 lines
132 B
TypeScript
/** See Vector\Hooks::getVectorResourceLoaderConfig */
|
|
interface VectorResourceLoaderVirtualConfig {
|
|
wgVectorSearchHost: string;
|
|
}
|