summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/pagelist/conf/metadata.php
blob: 4f32bf5072f08d978d94c45dc4fb8086fe06ba27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
 * Metadata for configuration manager plugin
 * Additions for the Pagelist Plugin
 *
 * @author    Esther Brunner <wikidesign@gmail.com>
 */

$meta['style']        = array('multichoice',
                          '_choices' => array('default', 'table', 'list', 'simplelist'));
$meta['showheader']   = array('onoff');
$meta['showdate']     = array('multichoice', '_choices' => array('0', '1', '2'));
$meta['showuser']     = array('multichoice', '_choices' => array('0', '1', '2'));
$meta['showdesc']     = array('multichoice', '_choices' => array('0', '160', '500'));
$meta['showcomments'] = array('onoff');
$meta['showlinkbacks']= array('onoff');
$meta['showtags']     = array('onoff');
$meta['showfirsthl']  = array('onoff');
$meta['showimage']    = array('onoff');
$meta['showdiff']     = array('onoff');
$meta['sort']         = array('onoff');
$meta['rsort']        = array('onoff');

//Setup VIM: ex: et ts=2 :