1<?php
2/**
3 * configuration-manager metadata for the DokuBook template
4 *
5 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author:     Michael Klier <chi@chimeric.de>
7 */
8
9$meta['sb_pagename'] = array('string', '_pattern' => '#[a-z]*#');
10$meta['users_namespace'] = array('string','_pattern' => '/^(|[a-zA-Z\-:]+)$/'); // the namespace containing user directories
11$meta['sb_position'] = array('multichoice', '_choices' => array('left', 'right'));
12$meta['ft_pagename'] = array('string', '_pattern' => '#[a-z]*#');
13$meta['closedwiki']  = array('onoff');
14