Home
last modified time | relevance | path

Searched refs:BrandingColors (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/ComboStrap/
H A DBrandingColors.php11 class BrandingColors class
H A DSiteConfig.php533 self::setConf(BrandingColors::PRIMARY_COLOR_CONF, $primaryColorValue);
553 …return $this->getValue(BrandingColors::BRANDING_COLOR_INHERITANCE_ENABLE_CONF, BrandingColors::BRA…
H A DTemplateForWebPage.php561 … $model[BrandingColors::PRIMARY_COLOR_TEMPLATE_ATTRIBUTE] = $primaryColor->toCssValue();
562 … $model[BrandingColors::PRIMARY_COLOR_TEXT_ATTRIBUTE] = ColorSystem::toTextColor($primaryColor);
563 …$model[BrandingColors::PRIMARY_COLOR_TEXT_HOVER_ATTRIBUTE] = ColorSystem::toTextHoverColor($primar…
566 $model[BrandingColors::PRIMARY_COLOR_TEMPLATE_ATTRIBUTE] = null;
570 … $model[BrandingColors::SECONDARY_COLOR_TEMPLATE_ATTRIBUTE] = $secondaryColor->toCssValue();
H A DSite.php736 self::setConf(BrandingColors::PRIMARY_COLOR_CONF, null);
756 $value = SiteConfig::getConfValue(BrandingColors::PRIMARY_COLOR_CONF, $default);
H A DIdentityFormsHelper.php145 $cssFormControl = BrandingColors::getCssFormControlFocusColor($primaryColor);
/plugin/combo/conf/
H A Dmetadata.php13 use ComboStrap\BrandingColors; alias
351 $meta[BrandingColors::PRIMARY_COLOR_CONF] = array("string");
353 $meta[BrandingColors::BRANDING_COLOR_INHERITANCE_ENABLE_CONF] = array("onoff");
/plugin/combo/action/
H A Ddocss.php6 use ComboStrap\BrandingColors; alias
/plugin/combo/lang/en/
H A Dsettings.php10 use ComboStrap\BrandingColors; alias
285 $lang[BrandingColors::PRIMARY_COLOR_CONF] = PluginUtility::getDocumentationHyperLink(ColorRgb::BRAN…
287 $lang[BrandingColors::BRANDING_COLOR_INHERITANCE_ENABLE_CONF] = PluginUtility::getDocumentationHype…
/plugin/combo/syntax/
H A Dhighlightwiki.php3 use ComboStrap\BrandingColors; alias