mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Merge a78299289d into cbb32838fb
This commit is contained in:
commit
77f52c2a87
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{% macro accordion(items, open = false, auto_close = null, flush = false) %}
|
||||
{% set auto_close = auto_close|default(true) %}
|
||||
{% macro accordion(items, open = false, auto_close = true, flush = false) %}
|
||||
{% set id = id|default(random()) %}
|
||||
|
||||
<div class="accordion{% if flush %} accordion-flush{% endif %}" id="{{ id }}">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue