Home
last modified time | relevance | path

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

/plugin/combo/conf/
H A Dmetadata.php251 $meta[FetcherSvg::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE_IF_EMPTY] = array('string');
/plugin/combo/lang/en/
H A Dsettings.php194 $lang[FetcherSvg::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE_IF_EMPTY] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Optimization - The element deleted if empty");
/plugin/combo/ComboStrap/
H A DFetcherSvg.php97 public const CONF_OPTIMIZATION_ELEMENTS_TO_DELETE_IF_EMPTY = "svgOptimizationElementsToDeleteIfEmpty"; define in ComboStrap\\FetcherSvg
399 $elementsToDeleteIfEmptyConf = SiteConfig::getConfValue(FetcherSvg::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE_IF_EMPTY, "metadata, defs, g");