1<?php
2/**
3 * Options for the recaptcha plugin
4 *
5 * @author Adrian Schlegel <adrian.schlegel@liip.ch>
6 * @author Robert Bronsdon <reashlin@gmail.com>
7 * @author Martin Gross <martin@pc-coholic.de>
8 */
9
10$meta['publickey']  = array('string');
11$meta['privatekey'] = array('string');
12$meta['theme'] = array('multichoice', '_choices'=>array('light', 'dark'));
13$meta['lang'] = array('string');
14$meta['regprotect'] = array('onoff');
15$meta['editprotect'] = array('onoff');
16$meta['forusers'] = array('onoff');
17