-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgooglemaps.yaml
48 lines (46 loc) · 1.05 KB
/
googlemaps.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: googlemaps
version: 1.1.0
description: Create and insert google maps into a page with a shortcode.
author: Nico Hemkes
homepage: https://hemk.es/
licence: MIT
paypal: https://paypal.me/nhemkes
amount: 5
settings:
1width: 100%
1height: 600px
1type: r
1zoom: 15
forms:
fields:
fieldset1:
type: fieldset
legend: Settings
fields:
shortcode:
type: paragraph
label: Editor Shortcode
value: \[:GOOGLEMAPS address="Borkum, Germany" zoom=15 :\]
1zoom:
type: select
label: Default zoom
options:
4: Continent
8: Country
11: State
15: City
18: Neighbourhood
1type:
type: select
label: Map Type
options:
r: Roadmap
k: Satellite
1width:
type: text
label: iFrame width
description: In pixel or percent
1height:
type: text
label: iFrame height
description: In pixel or percent