xref: /plugin/simplenavi/conf/metadata.php (revision 8a3822ef8bc669060d9b18f3986be824f985b5c7)
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');
84c5e7fe5SAndreas Gohr$meta['sort'] = array('multichoice', '_choices' => array(
94c5e7fe5SAndreas Gohr    'id',
104c5e7fe5SAndreas Gohr    'title',
114c5e7fe5SAndreas Gohr    'ns_id',
124c5e7fe5SAndreas Gohr    'ns_title',
134c5e7fe5SAndreas Gohr));
14*8a3822efSAndreas Gohr$meta['peek'] = array('numeric', '_min' => 0);
15