<?php
/**
 * Options for the googledrawing plugin
 *
 * @author Linus Brimstedt <linus@brimstedt.se>
 */


$meta['googleUrl'] = array('string');
$meta['defaultImageWidth'] = array('numeric');
$meta['defaultImageHeight'] = array('numeric');
