Hi @aa_w ,
You can always use a HTL level render condition like
<sly data-sly-test="${properties['altText']}">
On a dialog level, once the image is dropped, add a popup with a warning if alt Text is not present for the image
Or
On Dialog submission, do a check if the image has an altText, do no...