1<?php 2$meta['platform'] = array('multichoice','_choices' => array('all','mobile','none')); 3$meta['type'] = array('multichoice','_choices' => array('none','id','class')); 4$meta['name'] =array('string'); 5$meta['headers'] = array('multichoice','_choices' => array('h1','h2','h3','h4','h5','h6')); 6$meta['suspend'] = array('onoff'); 7$meta['xcl_headers'] = array('multicheckbox','_choices' => array('h1','h2','h3','h4','h5','h6')); 8$meta['mobile_alt'] = array('string'); 9$meta['tablet_alt'] = array('onoff'); 10$meta['tablet_toggle'] = array('onoff'); 11$meta['xcl_ns'] = array('string'); 12$meta['xcl_pg'] = array('string'); 13$meta['incl_ns'] = array('string'); 14$meta['incl_pg'] = array('string'); 15$meta['h_ini_open'] = array('string'); 16$meta['toc_toggle'] = array('onoff'); 17$meta['start_open'] = array('onoff'); 18$meta['show_section_toggle_button'] = array('onoff'); 19 20 21