Skip to content
Snippets Groups Projects

Update leaflet-map.html.twig

Merged Jan Kellermann requested to merge issue/leaflet-3491298:3491298-add-attributes-to into 10.2.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -17,4 +17,4 @@
*
*/
#}
<div id="{{ map_id }}" style="min-width: 150px; {% if height is not empty %}height: {{ height }}{% endif %}"></div>
<div id="{{ map_id }}" {{ attributes }} style="min-width: 150px; {% if height is not empty %}height: {{ height }}{% endif %}"></div>
Loading