<?php
/**
 * Options for the googlesearch plugin
 *
 * @author Andreas Gohr <gohr@cosmocode.de>
 */

$meta['apikey']     = array('string');
$meta['maxresults'] = array('numeric');

