makeup->require = new stdclass(); $config->makeup->require->create = 'year,begin,end,type,hours,leave'; $config->makeup->require->edit = 'year,begin,end,type,hours,leave'; $config->makeup->require->review = 'comment'; $config->makeup->list = new stdclass(); $config->makeup->list->exportFields = 'id, createdBy, dept, type, begin, end, hours, desc, status, reviewedBy'; $config->makeup->editor = new stdclass(); $config->makeup->editor->view = array('id' => 'lastComment', 'tools' => 'simple'); $config->makeup->editor->review = array('id' => 'comment', 'tools' => 'simple');