mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
AddAddress: adding useDate.validFrom/validTo options
This commit is contained in:
@@ -58,6 +58,14 @@
|
||||
{% if bindModalStep2 is defined and bindModalStep2 != 1 %}
|
||||
data-bind-modal-step2="false"
|
||||
{% endif %}
|
||||
|
||||
{% if useValidFrom is defined and useValidFrom == 1 %}
|
||||
data-use-valid-from="true"
|
||||
{% endif %}
|
||||
|
||||
{% if useValidTo is defined and useValidTo == 1 %}
|
||||
data-use-valid-to="true"
|
||||
{% endif %}
|
||||
></div>
|
||||
|
||||
{{ encore_entry_script_tags('vue_address') }}
|
||||
|
Reference in New Issue
Block a user