I store schema.org schemas in a CMS field and add them to the page with
<script type="application/ld+json">
(CMS field here)
</script>
Besides the fact that this field is inside the script tags, Webflow converts all commas characters to "
.
How can I avoid this? Thank you in advance.