Matrix Version: v5.3.3.0
Hello,
I have been asked to make it possible to add an external url to a thumbnail asset.
Currently the thumbnail asset looks like this in the parse file:
<MySource_AREA id_name="page_banner" design_area="show_if">
<MySource_SET name="condition" value="keyword_regexp"/>
<MySource_SET name="condition_keyword" value="globals_asset_metadata_banner_image_id"/>
<MySource_SET name="condition_keyword_match" value="[0-9]+" />
<MySource_THEN>
<img class="page_banner" src="%globals_asset_metadata_banner_image_id^as_asset:asset_url%" alt="Page banner" width="100%" />
</MySource_THEN>
</MySource_AREA>
As you can see there is no a tag wrapped around the image. Any advice for adding this functionality very much appreciated.
Thanks