mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
IMPR: no SVG for FontAwesome by default
This commit is contained in:
parent
382f0d493a
commit
8544814c02
@ -22,7 +22,7 @@ class DeferredRequirements implements TemplateGlobalProvider
|
|||||||
private static $nojquery = false;
|
private static $nojquery = false;
|
||||||
private static $jquery_version = '3.4.1';
|
private static $jquery_version = '3.4.1';
|
||||||
private static $nofontawesome = false;
|
private static $nofontawesome = false;
|
||||||
private static $fontawesome_svg = true;
|
private static $fontawesome_svg = false;
|
||||||
private static $custom_requirements = [];
|
private static $custom_requirements = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user