Forum Discussion
- lukBoss
If you go to Studio > Community Style > Assets Library > Other assets (basically where you upload them), it even gives you the proper FreeMarker code directly for each uploaded asset:
Hello tavasjn24 ,
Use ${asset.get("/html/assets/image.jpg")} to retrieve the image path.
Ex:
<img src="${asset.get("/html/assets/image.jpg")}" />
please refer below image and URL for reference.
URL: get("destination_url") (khoros.com)
Related Content
- 3 years ago