diff --git a/autoload.inc b/autoload.inc index 152f624..605757b 100644 --- a/autoload.inc +++ b/autoload.inc @@ -1,3 +1,4 @@ 'tinymce', + 'inpath' => new \SYSTEM\PLIB('tinymce/'), + 'outpath' => new \SYSTEM\PLIB('tinymce/docu/'), + 'inpath_md' => new \SYSTEM\PLIB('tinymce/docu/structure.xml'), + 'outpath_md' => new \SYSTEM\PLIB('tinymce/wiki/'), + 'cachepath' => new \SYSTEM\PLIB('tinymce/docu/cache/'), + 'ignore' => array(), + 'sourcecode' => true, + 'parseprivate' => false, + 'title' => 'LIB - TinyMCE'); + } +} \ No newline at end of file