Skip to content
Snippets Groups Projects
Commit 1f28c91f authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5900: adding exp/col all to contact block

parent 839c1681
No related branches found
No related tags found
1 merge request!53ISTWCMS-5900: adding view lists
<div class="{{ type }}">
<div class="{{ type }}{% if type == 'contact' %} uw-exp-col{% endif %}"{% if type == 'contact' %} id="{{ random() }}{% endif %}">
{% if type == 'contact' and items|length > 1 %}
<div class="uw-exp-col__controls">
<button class="uw-exp-col__button uw-exp-col__button--controls" data-type="expand-all">Expand All</button>
<button class="uw-exp-col__button uw-exp-col__button--controls" data-type="collapse-all">Collapse All</button>
</div>
{% endif %}
{% embed '@components/content-grid-list/content-grid-list.twig' %}
{% block content %}
{% for item in items %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment