-
I am using RichTextarea in Contember Admin CMS to edit and store rich text content (like descriptions). In the admin panel, I can render the JSON content properly using However, on the frontend, built using Next.js, I want to query this How can I properly parse and render this JSON output from the RichTextarea in the frontend? Any help or working example would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nvm there exist library |
Beta Was this translation helpful? Give feedback.
Nvm there exist library
@contember/react-richtext-renderer
for the task. Thanks contember team