Skip to content

Commit 5d730c3

Browse files
committed
FAXE-332 cleanup template
1 parent 147bad1 commit 5d730c3

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

web/themes/custom/fds_faxe_theme/templates/paragraph/menu-box-paragraph/paragraph--os2web-menu-box-paragraph.html.twig

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -33,35 +33,6 @@
3333
{% endfor %}
3434
</div>
3535

36-
{# <div class="row">#}
37-
{# {% for menu_link in _context['#menu_links'] %}#}
38-
<div class="col-12 col-sm-6 col-md-4">
39-
<div class="box box--section-link">
40-
<div class="box__heading" >
41-
{% set rendered_content = menu_link.content.field_os2web_icon|render %}
42-
{% if rendered_content %}
43-
{{ rendered_content }}
44-
{% endif %}
45-
</div>
46-
47-
{# <div class="box__body">#}
48-
{# <a href="{{ menu_link.url }}">{{ menu_link.title }}</a>#}
49-
50-
{# {% if menu_link['children']|length %}#}
51-
{# <ul>#}
52-
{# {% for node_link in menu_link['children'] %}#}
53-
{# <li><a href="{{ node_link.url }}">{{ node_link.title }}</a></li>#}
54-
{# {% endfor %}#}
55-
{# </ul>#}
56-
{# {% endif %}#}
57-
{# </div>#}
58-
{# </div>#}
59-
{# </div>#}
60-
{# {% endfor %}#}
61-
{# </div>#}
62-
63-
64-
6536
{% endblock %}
6637
</div>
6738
{% endblock paragraph %}

0 commit comments

Comments
 (0)