Home
last modified time | relevance | path

Searched refs:PRIMARY_COLOR_CONF (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/
H A DBrandingColors.php20 public const PRIMARY_COLOR_CONF = "primaryColor"; define in ComboStrap\\BrandingColors
H A DSite.php736 self::setConf(BrandingColors::PRIMARY_COLOR_CONF, null);
756 $value = SiteConfig::getConfValue(BrandingColors::PRIMARY_COLOR_CONF, $default);
H A DSiteConfig.php532 self::setConf(BrandingColors::PRIMARY_COLOR_CONF, $primaryColorValue);
/plugin/combo/conf/
H A Dmetadata.php350 $meta[BrandingColors::PRIMARY_COLOR_CONF] = array("string");
/plugin/combo/lang/en/
H A Dsettings.php284 $lang[BrandingColors::PRIMARY_COLOR_CONF] = PluginUtility::getDocumentationHyperLink(ColorRgb::BRANDING_COLOR_CANONICAL, "Set the primary branding color");