Shenouda Farouk

Results 1 issues of Shenouda Farouk

Added the ability to HTML renderer for the Contentful rich text field type. you can enable as follows: ```javascript const data = await contentfully.getEntries(query, { renderRichtext: true }); ``` so...