mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
AddAddress: openPanesInModal, uniq option to enable/disable all step123 in Modal
This commit is contained in:
@@ -14,9 +14,8 @@
|
||||
* buttonText twig translated chain
|
||||
* buttonSize bootstrap class like 'btn-sm'
|
||||
* buttonDisplayText bool
|
||||
* bindModalStep1 bool
|
||||
* bindModalStep2 bool
|
||||
|
||||
* openPanesInModal bool (default: true)
|
||||
#}
|
||||
<div class="address-container"
|
||||
|
||||
@@ -51,13 +50,10 @@
|
||||
data-button-display-text="false"
|
||||
{% endif %}
|
||||
|
||||
{% if bindModalStep1 is defined and bindModalStep1 != 1 %}
|
||||
data-bind-modal-step1="false"
|
||||
{% if openPanesInModal is defined and openPanesInModal != 1 %}
|
||||
data-open-panes-in-modal="false"
|
||||
{% endif %}
|
||||
|
||||
{% 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"
|
||||
|
Reference in New Issue
Block a user