Home
last modified time | relevance | path

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

/template/strap/syntax/
H A Dpreformatted.php38 const CONF_PREFORMATTED_ENABLE = "preformattedEnable"; define in syntax_plugin_combo_preformatted
101 if ($this->getConf(self::CONF_PREFORMATTED_ENABLE, 1)) {
/template/strap/conf/
H A Dmetadata.php149 $meta[syntax_plugin_combo_preformatted::CONF_PREFORMATTED_ENABLE] = array('onoff');
/template/strap/lang/en/
H A Dsettings.php123 $lang[syntax_plugin_combo_preformatted::CONF_PREFORMATTED_ENABLE] = PluginUtility::getDocumentation…