Home
last modified time | relevance | path

Searched refs:CONF_IMAGE_ENABLE (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/syntax/
H A Dmedia.php71 const CONF_IMAGE_ENABLE = "imageEnable"; define in syntax_plugin_combo_media
211 $enable = $this->getConf(self::CONF_IMAGE_ENABLE, 1);
/plugin/combo/conf/
H A Dmetadata.php270 $meta[syntax_plugin_combo_media::CONF_IMAGE_ENABLE] = array('onoff');
/plugin/combo/lang/en/
H A Dsettings.php219 $lang[syntax_plugin_combo_media::CONF_IMAGE_ENABLE] = PluginUtility::getDocumentationHyperLink(MediaLink::CANONICAL, "Image - If unchecked, the image component will be disabled");