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