1<?php
2/**
3 * Options for the googledrawing plugin
4 *
5 * @author Linus Brimstedt <linus@brimstedt.se>
6 */
7
8
9$meta['googleUrl'] = array('string');
10$meta['defaultImageWidth'] = array('numeric');
11$meta['defaultImageHeight'] = array('numeric');
12