xref: /plugin/simplenavi/conf/metadata.php (revision b1fcfa9f85d776273177fea2f3e6ee67513b4ab2)
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