Home
last modified time | relevance | path

Searched refs:CONF_SVG_OPTIMIZATION_ENABLE (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/conf/
H A Dmetadata.php233 $meta[FetcherSvg::CONF_SVG_OPTIMIZATION_ENABLE] = array('onoff');
/plugin/combo/lang/en/
H A Dsettings.php191 $lang[FetcherSvg::CONF_SVG_OPTIMIZATION_ENABLE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Optimization - Reduce the size of the SVG by deleting non important meta");
/plugin/combo/ComboStrap/
H A DFetcherSvg.php94 public const CONF_SVG_OPTIMIZATION_ENABLE = "svgOptimizationEnable"; define in ComboStrap\\FetcherSvg
206 return SiteConfig::getConfValue(FetcherSvg::CONF_SVG_OPTIMIZATION_ENABLE, 1);