Details
Description
In the prototype dialog template, for the image alt attribute use the caption property of the image asset if it has one.
Probably:
<img src='${imageLink!}' class='img-responsive' alt='${image.caption!"image"}'>
Checklists
Acceptance criteria