Searched refs:MAX_LINKS_CONF (Results 1 – 8 of 8) sorted by relevance
24 public const MAX_LINKS_CONF = 'maxLinks'; define in ComboStrap\\Tag\\RelatedTag 59 $max = $tagAttributes->getValue(RelatedTag::MAX_LINKS_CONF);61 $max = SiteConfig::getConfValue(RelatedTag::MAX_LINKS_CONF, RelatedTag::MAX_LINKS_CONF_DEFAULT);
157 … = $conf ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::MAX_LINKS_CONF];158 …f ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = $max;161 …gin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = $oldMaxLink…
6 $lang[syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = 'Related Component - The maximum of rel…
6 $conf[syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = 10;
6 $meta[syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = array('numeric');
24 const MAX_LINKS_CONF = 'maxLinks'; define in syntax_plugin_webcomponent_related211 $max = $this->getConf(self::MAX_LINKS_CONF);
51 $meta[RelatedTag::MAX_LINKS_CONF] = array('numeric');
48 $lang[RelatedTag::MAX_LINKS_CONF] = PluginUtility::getDocumentationHyperLink("related", "Related Component") . ' - The maximum of related links shown';