Home
last modified time | relevance | path

Searched refs:MAX_LINKS_CONF (Results 1 – 8 of 8) sorted by relevance

/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php24 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);
/plugin/webcomponent/_test/
H A Drelated.test.php157 … = $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…
/plugin/webcomponent/lang/en/
H A Dlang.php6 $lang[syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = 'Related Component - The maximum of rel…
/plugin/webcomponent/conf/
H A Ddefault.php6 $conf[syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = 10;
H A Dmetadata.php6 $meta[syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = array('numeric');
/plugin/webcomponent/syntax/
H A Drelated.php24 const MAX_LINKS_CONF = 'maxLinks'; define in syntax_plugin_webcomponent_related
211 $max = $this->getConf(self::MAX_LINKS_CONF);
/plugin/combo/conf/
H A Dmetadata.php51 $meta[RelatedTag::MAX_LINKS_CONF] = array('numeric');
/plugin/combo/lang/en/
H A Dsettings.php48 $lang[RelatedTag::MAX_LINKS_CONF] = PluginUtility::getDocumentationHyperLink("related", "Related Component") . ' - The maximum of related links shown';