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