7 lines
249 B
PHP
7 lines
249 B
PHP
<?php
|
|
$config->testreport->create = new stdclass();
|
|
$config->testreport->create->requiredFields = 'title,owner';
|
|
|
|
$config->testreport->editor = new stdclass();
|
|
$config->testreport->editor->create = array('id' => 'report', 'tools' => 'simpleTools');
|