Home
last modified time | relevance | path

Searched refs:BRANDING_COLOR_CANONICAL (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/lang/en/
H A Dsettings.php284 $lang[BrandingColors::PRIMARY_COLOR_CONF] = PluginUtility::getDocumentationHyperLink(ColorRgb::BRANDING_COLOR_CANONICAL, "Set the primary branding color");
285 $lang[ColorRgb::SECONDARY_COLOR_CONF] = PluginUtility::getDocumentationHyperLink(ColorRgb::BRANDING_COLOR_CANONICAL, "Set the secondary branding color");
286 $lang[BrandingColors::BRANDING_COLOR_INHERITANCE_ENABLE_CONF] = PluginUtility::getDocumentationHyperLink(ColorRgb::BRANDING_COLOR_CANONICAL, "Enable or disable the branding colors inheritance");
/plugin/combo/ComboStrap/
H A DColorRgb.php212 const BRANDING_COLOR_CANONICAL = "branding-colors"; define in ComboStrap\\ColorRgb
853 LogUtility::msg("The primary color cannot be set with the value primary. Default to bootstrap color.", self::BRANDING_COLOR_CANONICAL);
862 LogUtility::msg("The secondary color cannot be set with the value secondary. Default to bootstrap color.", self::BRANDING_COLOR_CANONICAL);