1<?php
2/**
3 * Options for the plugin
4 *
5 * @author Viktor Söderqvist <viktor@zuiderkwast.se>
6 */
7
8$meta['style']       = array('multichoice','_choices' => array('super','square','supersquare','rightparen'));
9$meta['stylebottom'] = array('multichoice','_choices' => array('dot', 'square', 'super','supersquare', 'superrightparen'));
10$meta['amalgamate']  = array('multichoice','_choices' => array('comma','space','spacecomma','off'));
11
12/*
13$meta['regprotect'] = array('onoff');
14$meta['forusers']   = array('onoff');
15$meta['width']      = array('numeric','_pattern' => '/[0-9]+/');
16$meta['height']     = array('numeric','_pattern' => '/[0-9]+/');
17*/
18