Solved
Forum Discussion
2 Replies
Sort By
Hi saketsprinklr You can add an image with blogs but unfortunately, there is no option to attach an image with board.
saketsprinklr- There are some workarounds to do this.
1. Upload an image with the same name of board-id. You can access this board image like below.
<img src="/html/assets/${coreNode.id}.png" />
2. You also can upload image path to custom content for every board. You can get that image with the rest API call.
<#assign boardImage= restadmin("boards/id/${coreNode.id}/settings/name/customcontent.1_text").value />
Let me know if this helps you.
Give kudos if you find my posts helpful or mark solution if it answers your query.
Tariq
Related Content
- 2 years ago
- 3 years ago