xref: /plugin/simplenavi/conf/metadata.php (revision db559ff9e2aa26a584fead1080780566b24c0fe9)
1<?php
2/**
3 * Options for the latexit plugin
4 *
5 * @author  Michael Große <grosse@cosmocode.de>
6 */
7$meta['sort'] = array('multichoice',
8                      '_choices' =>
9                      array('ascii',
10                            'natural'
11                      ));