Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DSvgImageLink.php36 const CONF_SVG_INJECTION_ENABLE = "svgInjectionEnable"; define in ComboStrap\\SvgImageLink
68 ->getBooleanValue(self::CONF_SVG_INJECTION_ENABLE, self::CONF_SVG_INJECTION_ENABLE_DEFAULT);
/plugin/combo/conf/
H A Dmetadata.php228 $meta[SvgImageLink::CONF_SVG_INJECTION_ENABLE] = array('onoff');
/plugin/combo/lang/en/
H A Dsettings.php189 $lang[SvgImageLink::CONF_SVG_INJECTION_ENABLE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Injection - Replace the image as svg in the HTML when downloaded to be add styling capabilities");