#16 replace hardcoded country and map_center in vue add-address by symfony config yaml variables

This commit is contained in:
2022-11-16 22:30:05 +01:00
parent 56a7833858
commit 53980dd757
8 changed files with 31 additions and 8 deletions

View File

@@ -72,6 +72,8 @@
{% if onlyButton is defined and onlyButton == 1 %}
data-hide-address="true"
{% endif %}
data-address-defaults="{{ add_address|json_encode|e('html') }}"
></div>
{{ encore_entry_script_tags('vue_address') }}