3 * Metadata for configuration manager plugin
4 * Additions for the tag plugin
6 * @author Esther Brunner <wikidesign@gmail.com>
9 $meta['namespace'] = array('string');
10 $meta['pingtechnorati'] = array('onoff');
11 $meta['sortkey'] = array('multichoice',
12 '_choices' => array('cdate', 'mdate', 'pagename', 'id', 'title'));
13 $meta['sortorder'] = array('multichoice',
14 '_choices' => array('ascending', 'descending'));
15 $meta['pagelist_flags'] = array('string');
17 //Setup VIM: ex: et ts=2 enc=utf-8 :