Hi,
Does anybody have some js code to make the Dawn theme collapsible tabs/accordions function so that only 1 stays open a time? At the moment a user can open all tabs at once.
Below is the current code.
Thanks.
{% render 'icon-accordion', icon: block.settings.icon %}
{{ block.settings.heading | default: block.settings.page.title }}
{% render 'icon-caret' %}
{{ block.settings.heading | default: block.settings.page.title }}
{{ block.settings.content }}
{{ block.settings.page.content }}