xref: /plugin/captcha/conf/metadata.php (revision 42a2703562299943bcc8eae0ecff13d55fd9061c)
1<?php
2/**
3 * Options for the CAPTCHA plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$meta['mode']       = array('multichoice','_choices' => array('js','text','image','audio'));
9$meta['regprotect'] = array('onoff');
10$meta['forusers']   = array('onoff');
11$meta['width']      = array('numeric','_pattern' => '/[0-9]+/');
12$meta['height']     = array('numeric','_pattern' => '/[0-9]+/');
13
14