config.php 518 B

123456789101112
  1. <?php
  2. if(!isset($config->lieu)) $config->lieu = new stdclass();
  3. $config->lieu->checkHours = 0;
  4. $config->lieu->require = new stdclass();
  5. $config->lieu->require->create = 'start,begin,finish,end,hours';
  6. $config->lieu->require->edit = 'start,begin,finish,end,hours';
  7. $config->lieu->require->review = 'comment';
  8. $config->lieu->editor = new stdclass();
  9. $config->lieu->editor->view = array('id' => 'lastComment', 'tools' => 'simple');
  10. $config->lieu->editor->review = array('id' => 'comment', 'tools' => 'simple');