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