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['sb_position'] = array('multichoice', '_choices' => array('left', 'right'));
11$meta['ft_pagename'] = array('string', '_pattern' => '#[a-z]*#');
12$meta['closedwiki']  = array('onoff');
13$meta['logo']        = array('string');
14$meta['opengraphheading'] = array('onoff');
15