2023-05-16 10:50:42 +08:00

6 lines
430 B
PHP

<?php
$config->repo->editor->view = array('id' => 'commentText', 'tools' => 'simpleTools');
$config->repo->editor->diff = array('id' => 'commentText', 'tools' => 'simpleTools');
$config->repo->editor->ajaxgeteditorcontent = array('id' => 'commentText', 'tools' => 'simpleTools');
$config->repo->editor->ajaxgetdiffeditorcontent = array('id' => 'commentText', 'tools' => 'simpleTools');