xref: /plugin/simplenavi/conf/metadata.php (revision 8a3822ef8bc669060d9b18f3986be824f985b5c7)
1<?php
2
3/**
4 * Options for the simplenavi plugin
5 */
6
7$meta['usetitle'] = array('onoff');
8$meta['sort'] = array('multichoice', '_choices' => array(
9    'id',
10    'title',
11    'ns_id',
12    'ns_title',
13));
14$meta['peek'] = array('numeric', '_min' => 0);
15