1<?php
2/**
3 * Metadata for configuration manager plugin
4 * Additions for the Pagelist Plugin
5 *
6 * @author    Esther Brunner <wikidesign@gmail.com>
7 */
8
9$meta['style']        = array('multichoice',
10                          '_choices' => array('default', 'table', 'list', 'simplelist'));
11$meta['showheader']   = array('onoff');
12$meta['showfirsthl']  = array('onoff');
13$meta['showdate']     = array('multichoice', '_choices' => array('0', '1', '2'));
14$meta['showuser']     = array('multichoice', '_choices' => array('0', '1', '2', '3', '4'));
15$meta['showdesc']     = array('multichoice', '_choices' => array('0', '160', '500'));
16$meta['showdiff']     = array('onoff');
17$meta['showcomments'] = array('onoff');
18$meta['showlinkbacks']= array('onoff');
19$meta['showtags']     = array('onoff');
20$meta['showimage']    = array('onoff');
21$meta['sort']         = array('onoff');
22$meta['rsort']        = array('onoff');
23$meta['sortby']       = array('string', '_pattern' => '/^([^&=]*)$/');
24