XOOPS  2.6.0
editor_registry.php
Go to the documentation of this file.
1 <?php
14 return $config = array(
15  "name" => "tinymce",
16  "class" => "XoopsFormTinymce",
17  "file" => \XoopsBaseConfig::get('root-path') . "/class/xoopseditor/tinymce/formtinymce.php",
18  "title" => _XOOPS_EDITOR_TINYMCE,
19  "order" => 5,
20  "nohtml" => 0
21  );
22 ?>
return $config
static get($name)
const _XOOPS_EDITOR_TINYMCE
Definition: english.php:17