Manual:$wgResourceLoaderSources
Appearance
ResourceLoader: $wgResourceLoaderSources | |
---|---|
Foreign module sources registry. |
|
導入されたバージョン: | 1.19.0 (r93247) |
除去されたバージョン: | 使用中 |
許容される値: | (配列) |
既定値: | [] |
その他の設定: アルファベット順 | 機能順 |
詳細
Extensions can register foreign module sources here.
The default "local
" source for modules from the local wiki is not set in this array.
Instead that one is defined by ResourceLoader::__construct()
so that it cannot be unset or overwritten.
例:
$wgResourceLoaderSources['foo'] = array(
'loadScript' => 'http://example.org/w/load.php',
'apiScript' => 'http://example.org/w/api.php'
);