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

Use leaflet variables in attributes? #108

Closed bozdoz closed 3 years ago

bozdoz commented 4 years ago

https://wordpress.org/support/topic/parameter-dragging/

e.g. [leaflet-map dragging="!L.Browser.mobile"]

b-pfl commented 4 years ago

Sounds much appreciated! Probably an option dragging=[yes|no|noMobile] would be best...

bozdoz commented 3 years ago

Added new liquid-like syntax for raw JavaScript:

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

If using Gutenburg, you must use a shortcode block! Otherwise it won't parse the value properly.