1<?php 2/** 3 * configuration-manager metadata for the dokukit template 4 * 5 * @license: GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author: Michael Klier <chi@chimeric.de> 7 * @author Klaus Vormweg <klaus.vormweg@gmx.de> 8 * @author Robin Roth <robin.roth@kit.edu> 9 * @author Martin Gabelmann <martin@gabelmann.biz> 10 */ 11 12$meta['sidebar'] = array('multichoice', '_choices' => array('file', 'index')); 13$meta['cleanindex'] = array('onoff'); 14$meta['cleanindexlist'] = array('string'); 15$meta['showsearch'] = array('onoff'); 16$meta['sidebaredit'] = array('onoff'); 17$meta['showextlinks'] = array('onoff'); 18$meta['extlinks'] = array('string'); 19$meta['title_prefix'] = array('string'); 20$meta['institute_de'] = array('string'); 21$meta['institute_en'] = array('string'); 22$meta['shortinstitute'] = array('string'); 23$meta['showlogin'] = array('onoff'); 24$meta['boxfiles'] = array('string'); 25$meta['showboxes'] = array('onoff'); 26?> 27