webflow / js-webflow-api

Node.js SDK for the Webflow Data API
https://www.npmjs.com/package/webflow-api
286 stars 93 forks source link

RichText fields don't return Embedded content #92

Open nathanpbell opened 1 year ago

nathanpbell commented 1 year ago

Since late 2019 the CMS RichText fields have supported Embedded content.

https://webflow.com/feature/custom-code-in-rich-text-elements

It seems like that content is not returned by the API. I can't seem to find anywhere in the documentation how we can get back our embedded content that's stored inside of RichText fields in the CMS.

DominikRapacki commented 10 months ago

This one is really important for us as well

DominikRapacki commented 10 months ago

Would be enough to give the empty divs an id that you guys are sending for embed content. Later you could inject the custom code.