function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Miroslav MatovićMiroslav Matović 

How do I render an image uploaded as an Asset File using a HMTL Editor in community builder?

I have an image file uploaded in the community builder.
How do I render an <img> tag with the src attibute of this asset file (and not a Static Resource)?
I would like to do it in markup in an HTML Editor component.

I remember being able to use some expression like {!$AssetFile.asset_name.1}, but not the exact syntax, and I can't find documentation online about referencing asset files.