getResourceLoader()->getConfig(); return ResourceLoader::makeConfigSetScript( [ 'wgUploadDialog' => $config->get( 'UploadDialog' ), ] ); } /** * @return bool */ public function enableModuleContentVersion() { return true; } }