Trying to upload Schema in Javascript for Job Board
Our Job description is in Rich Text Format
And Rich Text cannot be passed into
“description”: “{{wf-job-description-here}}”,
Anybody know how to add rich-text value in the ?
Trying to upload Schema in Javascript for Job Board
Our Job description is in Rich Text Format
And Rich Text cannot be passed into
“description”: “{{wf-job-description-here}}”,
Anybody know how to add rich-text value in the ?
Hey Josef, your question is a bit vague.
I see what looks like a JSON key-value pair, and the word Schema.
Are you trying to create a LD+JSON schema? And embed rich text content into it from the CMS?
If so, no it’s not possible to do natively in Webflow. There are two problems with it;
What you could do- though it’s a bit ugly, is this…
JSON Rich Text
. Put it at the bottom of your fields list, and maybe add a note for clients, DO NOT EDIT.Rich Text
CMS field for your editing and publishing, as the source of truth. Edit this field only.Rich Text
HTML, JSON encode it, and then store that result in your JSON Rich Text
field.JSON Rich Text
field content in your custom JSON.Damn, alright. Thanks for the quick reply Michael.