<?php

/**
 * Options for the simplenavi plugin
 */

$meta['usetitle'] = array('onoff');
$meta['sort'] = array('multichoice', '_choices' => array(
    'id',
    'title',
    'ns_id',
    'ns_title',
));
$meta['peek'] = array('numeric', '_min' => 0);
