Home
last modified time | relevance | path

Searched refs:CONF_LAZY_LOAD_ENABLE (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/
H A DSvgImageLink.php31 const CONF_LAZY_LOAD_ENABLE = "svgLazyLoadEnable"; define in ComboStrap\\SvgImageLink
283 return SiteConfig::getConfValue(self::CONF_LAZY_LOAD_ENABLE, 1);
H A DSiteConfig.php334 return $this->setConf(SvgImageLink::CONF_LAZY_LOAD_ENABLE, 0)
/plugin/combo/conf/
H A Dmetadata.php223 $meta[SvgImageLink::CONF_LAZY_LOAD_ENABLE] = array('onoff');
/plugin/combo/lang/en/
H A Dsettings.php187 $lang[SvgImageLink::CONF_LAZY_LOAD_ENABLE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg - Load a svg only when they become visible");