1<?php
2/**
3 * Metadata for configuration manager plugin
4 * Additions for the jsmath plugin
5 */
6
7$meta['use_dollar'] = array('onoff');
8$meta['use_rounded'] = array('onoff');
9$meta['use_square'] = array('onoff');
10$meta['backend_url'] = array('string');
11$meta['backend'] = array('multichoice','_choices' => array('jsMath','MathJax'));
12
13//Setup VIM: ex: et ts=2 enc=utf-8 :
14