<?php
/**
 * Metadata for configuration manager plugin
 * Additions for the jsmath plugin
 */

$meta['use_dollar'] = array('onoff');
$meta['use_rounded'] = array('onoff');
$meta['use_square'] = array('onoff');
$meta['backend_url'] = array('string');
$meta['backend'] = array('multichoice','_choices' => array('jsMath','MathJax'));

//Setup VIM: ex: et ts=2 enc=utf-8 :
