Disable Mpdf extension

This commit is contained in:
Illya Marchenko 2024-04-17 21:16:31 +03:00
parent fbe2387e40
commit 885b6ef7ac
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F

View File

@ -179,7 +179,7 @@ $extensions = [
// "EmbedVideo",
"UserFunctions",
"DynamicSidebar",
"Mpdf",
//"Mpdf",
"Elastica",
"CirrusSearch",
"AdvancedSearch",
@ -269,7 +269,7 @@ $wgUFAllowedNamespaces = [
$wgPFEnableStringFunctions = true;
//$wgMpdfTab = true;
$wgMpdfToolboxLink = true;
//$wgMpdfToolboxLink = true;
// Global css wasn't loading on login page
$wgAllowSiteCSSOnRestrictedPages = true;