1<?php
2
3$meta['dformat'] = array('string');
4$meta['tformat'] = array('string');
5
6$meta['locationUrlPrefix'] = array('multichoice',
7    '_choices' => array(
8        'https://maps.google.com/maps?q=',
9        'https://www.openstreetmap.com/?query=',
10        'https://www.bing.com/maps/?q=',
11        '',
12    )
13);
14$meta['customLocationUrlPrefix'] = array('string');
15
16$meta['template:default'] = array('');
17$meta['template:list'] = array('');
18$meta['template:table'] = array('');
19$meta['template:table_without_description'] = array('');
20$meta['template:custom1'] = array('');
21$meta['template:custom2'] = array('');
22$meta['template:custom3'] = array('');
23