1<?php
2/**
3 * DokuWiki Plugin Googlemaps3
4 *
5 * @license		GPL 3 (https://www.gnu.org/licenses/gpl-3.0.html)
6 * @author		Bernard Condrau <bernard@condrau.com>
7 * @version		2021-05-12, for Google Maps v3 API and DokuWiki Hogfather
8 * @see			https://www.dokuwiki.org/plugin:googlemaps3
9 * @see			https://www.dokuwiki.org/plugin:googlemaps
10 *
11 * Complete rewrite of Christopher Smith's Google Maps Plugin from 2008 with additional functionality
12 * metadata.php	plugin configuration metadata
13 */
14$meta['key']    = array('string');
15$meta['region'] = array('string');
16$meta['language'] = array('string');
17$meta['path'] = array('string');
18$meta['delim'] = array('string');