Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DSite.php731 self::setConf(ColorRgb::SECONDARY_COLOR_CONF, $secondaryColorValue);
772 $value = SiteConfig::getConfValue(ColorRgb::SECONDARY_COLOR_CONF, $default);
H A DColorRgb.php211 const SECONDARY_COLOR_CONF = "secondaryColor"; define in ComboStrap\\ColorRgb
/plugin/combo/conf/
H A Dmetadata.php351 $meta[ColorRgb::SECONDARY_COLOR_CONF] = array("string");
/plugin/combo/lang/en/
H A Dsettings.php285 $lang[ColorRgb::SECONDARY_COLOR_CONF] = PluginUtility::getDocumentationHyperLink(ColorRgb::BRANDING_COLOR_CANONICAL, "Set the secondary branding color");