* Code for task #59750.

This commit is contained in:
hufangzhou
2022-07-20 10:13:21 +08:00
parent 70f12a35da
commit 1dcf2dcb2c
15 changed files with 695 additions and 268 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ $config->doc->custom->objectLibs = $config->doc->customObjectLibs;
$config->doc->custom->showLibs = 'zero,children';
$config->doc->editor = new stdclass();
$config->doc->editor->create = array('id' => 'content', 'tools' => 'fullTools');
$config->doc->editor->edit = array('id' => 'content', 'tools' => 'fullTools');
$config->doc->editor->create = array('id' => 'content', 'tools' => 'docTools');
$config->doc->editor->edit = array('id' => 'content', 'tools' => 'docTools');
$config->doc->editor->view = array('id' => 'comment,lastComment', 'tools' => 'simple');
$config->doc->editor->objectlibs = array('id' => 'comment,lastComment', 'tools' => 'simple');