Hi,
I am trying to add image from the dialog and it is not appearing in the page.
Can you please suggest how to add Image component in dialog in AEM6.2.
Please find below screenshots for reference.
1. If phone is avilable,We have to show the image
<div data-sly-test="${properties.phone}">
<img class="imgPhIcon" src="${properties.imageToShow}" alt=""><a class="phoneText">${properties.phone}</a>
</div>
2. Componet Dialog below:
Regards,
Sandhya.