backup de julho
[h2N7SspZmY.git] / lib / plugins / tag / conf / metadata.php
blob36212f1a3a3bd4c484a428ec74e6191414d5ab57
1 <?php
2 /**
3 * Metadata for configuration manager plugin
4 * Additions for the tag plugin
6 * @author Esther Brunner <wikidesign@gmail.com>
7 */
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 :