bozdoz / wp-plugin-leaflet-map

Add leaflet maps to Wordpress with shortcodes
https://wordpress.org/plugins/leaflet-map/
GNU General Public License v2.0
140 stars 71 forks source link

Raw map options for tap and raw JavaScript #113

Closed bozdoz closed 3 years ago

bozdoz commented 3 years ago

adds option for disabling tap: [leaflet-map !tap]

adds (advanced) ability to add raw JavaScript in a attribute value:

[leaflet-map dragging="{!L.Browser.mobile | raw}"]

Note: Gutenburg blocks must be a shortcode block for this to be parsed properly!

image Screen Shot 2020-10-16 at 9 16 26 PM

Closes #112 Closes #108