Google Maps Plugin plugin for typemill cms.
https://plugins.typemill.net/googlemaps
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.0 KiB
48 lines
1.0 KiB
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 |