Skip to content
Snippets Groups Projects
Commit d1ec1473 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5195: updating to use separte tagging on card

parent 9b80f08b
No related branches found
No related tags found
1 merge request!119ISTWCMS-5194: banners should look the same in all content types, Pattern lab...
...@@ -14,5 +14,6 @@ ...@@ -14,5 +14,6 @@
'listing_image': node.listing_image, 'listing_image': node.listing_image,
'content': node.content, 'content': node.content,
'footer': node.footer, 'footer': node.footer,
'tags': node.tags,
} %} } %}
</div> </div>
...@@ -11,5 +11,6 @@ ...@@ -11,5 +11,6 @@
'listing_image': teaser.listing_image, 'listing_image': teaser.listing_image,
'content': teaser.content, 'content': teaser.content,
'footer': teaser.footer, 'footer': teaser.footer,
'tags': teaser.tags,
'show_hover': show_hover, 'show_hover': show_hover,
} %} } %}
...@@ -64,4 +64,12 @@ ...@@ -64,4 +64,12 @@
{% endif %} {% endif %}
</div> </div>
{% endif %} {% endif %}
{{ tags }}
{% if tags %}
{% include '@components/card/card-elements/_tags.twig' with {
'tags': tags
} %}
{% endif %}
</article> </article>
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