form.php 398 B

123456
  1. <?php
  2. if(!isset($config->custom->form)) $config->custom->form = new stdclass();
  3. $config->custom->form->setCharterInfo['key'] = array('type' => 'string');
  4. $config->custom->form->setCharterInfo['level'] = array('type' => 'string', 'base' => true);
  5. $config->custom->form->setCharterInfo['index'] = array('type' => 'array');
  6. $config->custom->form->setCharterInfo['name'] = array('type' => 'array');