Skip to content
Snippets Groups Projects
Commit b5712a1e authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3390496: Fix passing the alt text for the image in the theme...

Issue #3390496: Fix passing the alt text for the image in the theme implementation to display a dynamic responsive image component
parent d7909c03
No related branches found
No related tags found
No related merge requests found
{#
/**
* @file
* Default theme implementation to display a dynamic responsive image
* Vartheme BS5 theme implementation to display a dynamic responsive image
*
* Available variables:
* - url: An optional URL the image can be linked to.
......@@ -20,6 +20,7 @@
url: url|default(''),
width: width,
height: height,
alt: alt|default(''),
item_attributes: item_attributes|default([]),
data: data|default([])
} only
......
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