Hi,
I want to render the RTE content on the page. I am looking a way out as its seems wired that Contentful doesn’t have much support in JAVA SDK.
- Is this possible to get rich text in Java via some api. (Please Note : https://github.com/contentful/rich-text-renderer-java This repo has bugs for Java, hence looking for alternate solution.
Is there way to render directly over HTML. like as
<p class="bnrtxt">{{homeBanner.fields.bannerContent.en-US.content}}</p>
Please refer attached screenshot as well to know about data.
Thanks,