xref: /plugin/simplenavi/conf/metadata.php (revision 4c5e7fe53a086b07303f9962d11819df61d28d18)
1db559ff9SMichael Große<?php
23e558610SAndreas Gohr
3db559ff9SMichael Große/**
4e75a33bfSAndreas Gohr * Options for the simplenavi plugin
5db559ff9SMichael Große */
63e558610SAndreas Gohr
7e75a33bfSAndreas Gohr$meta['usetitle'] = array('onoff');
8*4c5e7fe5SAndreas Gohr$meta['sort'] = array('multichoice', '_choices' => array(
9*4c5e7fe5SAndreas Gohr    'id',
10*4c5e7fe5SAndreas Gohr    'title',
11*4c5e7fe5SAndreas Gohr    'ns_id',
12*4c5e7fe5SAndreas Gohr    'ns_title',
13*4c5e7fe5SAndreas Gohr));
14