You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
798 B

  1. <?php
  2. $meta['sidebar_sections'] = array(
  3. 'multichoice',
  4. '_choices' => array(
  5. 'h1',
  6. 'h1,h2',
  7. 'h1,h2,h3,h4,h5',
  8. 'li.level1 > .li',
  9. ),
  10. );
  11. $meta['header_layout'] = array(
  12. 'multichoice',
  13. '_choices' => array(
  14. 'header-default',
  15. 'header-compact',
  16. ),
  17. );
  18. $meta['autocollapse'] = array('onoff');
  19. $meta['closedwiki'] = array('onoff');
  20. $meta['copyright'] = array('');