mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
AddAddress: adding a new stickyActions option
This commit is contained in:
@@ -13,9 +13,11 @@
|
||||
* modalTitle twig translated chain
|
||||
* buttonText twig translated chain
|
||||
* buttonSize bootstrap class like 'btn-sm'
|
||||
* buttonDisplayText bool
|
||||
|
||||
* buttonDisplayText bool (default: true)
|
||||
* openPanesInModal bool (default: true)
|
||||
* stickyActions bool (default: false)
|
||||
* useValidFrom bool (default: false)
|
||||
* useValidTo bool (default: false)
|
||||
#}
|
||||
<div class="address-container"
|
||||
|
||||
@@ -54,6 +56,9 @@
|
||||
data-open-panes-in-modal="false"
|
||||
{% endif %}
|
||||
|
||||
{% if stickyActions is defined and stickyActions == 1 %}
|
||||
data-sticky-actions="true"
|
||||
{% endif %}
|
||||
|
||||
{% if useValidFrom is defined and useValidFrom == 1 %}
|
||||
data-use-valid-from="true"
|
||||
|
Reference in New Issue
Block a user