toodego: add new widget-control-attributes block to map widget (#41935)

This commit is contained in:
Frédéric Péters 2021-03-02 09:16:29 +01:00
parent cba582cc68
commit b348e92422
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@
data-init-lat="{{ widget.initial_position.lat }}"
data-init-lng="{{ widget.initial_position.lng }}"
{% endif %}
{% block widget-control-attributes %}{% endblock %}
></div>
{% endblock %}