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