Skip to content
Snippets Groups Projects
Commit 48f2f249 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-4914-m26lebla-Banner-images-send-print' into '3.0.x'

Feature ISTWCMS 4914 M26lebla removing second print of single 'image' when using on card--banner.twig

See merge request !69
parents 9830e44b 41d3cfa7
No related branches found
No related tags found
1 merge request!69Feature ISTWCMS 4914 M26lebla removing second print of single 'image' when using on card--banner.twig
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</div> </div>
{% endif %} {% endif %}
{% if image %} {% if image and not card_type == 'banner' %}
<div class="card__image"> <div class="card__image">
<img src="{{ image }}" alt="{{ alt }}" /> <img src="{{ image }}" alt="{{ alt }}" />
</div> </div>
......
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