1<?php
2/**
3 * configuration-manager metadata for the dokucms 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 */
9
10$meta['sidebar'] = array('multichoice', '_choices' => array('file', 'index'));
11$meta['cleanindex'] = array('onoff');
12$meta['cleanindexlist'] = array('string');
13$meta['showsearch'] = array('onoff');
14$meta['showbacklinks'] = array('onoff');
15$meta['showmedia'] = array('onoff');
16$meta['sidebaredit'] = array('onoff');
17?>
18