1<?php
2/**
3 * Metadata for configuration manager plugin
4 * Additions for the tag plugin
5 *
6 * @author    Esther Brunner <wikidesign@gmail.com>
7 */
8
9$meta['namespace']          = array('string');
10$meta['sortkey']            = array('multichoice',
11                                    '_choices' => array('cdate', 'mdate', 'pagename', 'id', 'ns', 'title'));
12$meta['sortorder']          = array('multichoice',
13                                    '_choices' => array('ascending', 'descending'));
14$meta['pagelist_flags']     = array('string');
15$meta['toolbar_icon']       = array('onoff');
16$meta['list_tags_of_subns'] = array('onoff');
17$meta['tags_list_css']      = array('multichoice',
18                                    '_choices' => array('tags', 'tagstop'));
19
20//Setup VIM: ex: et ts=2 :
21