config.php 442 B

12345678910
  1. <?php
  2. $config->testreport->create = new stdclass();
  3. $config->testreport->create->requiredFields = 'title,owner';
  4. $config->testreport->edit = new stdclass();
  5. $config->testreport->edit->requiredFields = 'title,owner';
  6. $config->testreport->editor = new stdclass();
  7. $config->testreport->editor->create = array('id' => 'report', 'tools' => 'simpleTools');
  8. $config->testreport->editor->edit = array('id' => 'report', 'tools' => 'simpleTools');