1<?php
2/**
3 * Metadata for configuration manager plugin
4 * Additions for the spacedok template
5 * @author Tony Baldwin <tonybaldwin@gmx.com
6 *
7 * adapted from Minima template by
8 * @author    Esther Brunner <wikidesign@gmail.com>
9 */
10$meta['color']                = array(
11  'multichoice',
12  '_choices' => array('blue', 'gray')
13);
14$meta['width']                = array(
15  'multichoice',
16  '_choices' => array('narrow', 'medium', 'wide')
17);
18$meta['sidebar_position']     = array(
19  'multichoice',
20  '_choices' => array('left', 'right')
21);
22$meta['sidebar_page']         = array('string');
23$meta['tabs_page']            = array('string');
24$meta['showpageinfo']         = array('onoff');
25$meta['showsiteactions']      = array('onoff');
26$meta['showuseractions']      = array('onoff');
27$meta['spacedok_main_sidebar']  = array('onoff');
28
29//Setup VIM: ex: et ts=2 enc=utf-8 :
30