Sightly component with drag and drop image (get the file reference)
<sly data-sly-resource="${'mainImg' @resourceType='wcm/foundation/components/image'}" />
Question: I want to use drag-and-drop image (html5smartimage) component in Edit Mode only and to fetch the link to the image file (./fileReference ) and use it as a css/background-image for a div.
while I edited it I decided I can do it with "use" function...
In other words: how to get access to the html5smartimage's dialog from "use" function
P.s By the way, why there isn't exist such a tag "Sightly" on this forum?