We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33a05fa + 4eb63c0 commit b1458bcCopy full SHA for b1458bc
resources/views/partials/interactiveMenu.twig
@@ -61,7 +61,10 @@
61
{% if addon.sections is defined %}
62
{% for section in addon.sections %}
63
<li class="sub-item {{ section.active ? 'active' }}">
64
- <a href="{{ section.href }}" title="{{ trans(section.title) }}"
+ <a href="{{ section.href }}"
65
+ data-toggle="{{ section['data-toggle'] }}"
66
+ data-target="{{ section['data-target'] }}"
67
+ title="{{ trans(section.title) }}"
68
class="text-truncate sidebar-title">
69
{{ trans(section.title) }}
70
</a>
0 commit comments