6 lines
430 B
PHP
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');
|