IMPR: no SVG for FontAwesome by default

This commit is contained in:
Tony Air 2024-04-22 17:45:17 +02:00
parent 382f0d493a
commit 8544814c02
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class DeferredRequirements implements TemplateGlobalProvider
private static $nojquery = false;
private static $jquery_version = '3.4.1';
private static $nofontawesome = false;
private static $fontawesome_svg = true;
private static $fontawesome_svg = false;
private static $custom_requirements = [];
/**