1<?php 2/** 3 * Options for the contact plugin 4 * 5 * @license GNU General Public License 3 <http://www.gnu.org/licenses/> 6 * @author Bob Baddeley <bob@bobbaddeley.com> 7 * @author Marvin Thomas Rabe <mrabe@marvinrabe.de> 8 */ 9 10$meta['default'] = array('string'); 11$meta['captcha'] = array('onoff'); 12$meta['recaptchakey'] = array('string'); 13$meta['recaptchasecret'] = array('string'); 14$meta['recaptchalayout'] = array('multichoice','_choices' => array('red','white','blackglass','clean')); 15