You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope there is a simple solution to my question. Currently my resource endpoints are outputting the unicodes instead of the markup. Below I've included an example.
"summary":"\u003Cp\u003EPlans are in the works to develop a musical based on the \u003Cem\u003ENational Lampoon\u2019s Vacation\u003C\/em\u003E film franchise.\u003C\/p\u003E",
Is there a simple setting that will change this to output the actual html characters instead of the unicodes. I'm trying to avoid having to add a process_callback function to every field.
The text was updated successfully, but these errors were encountered:
Hello,
I hope there is a simple solution to my question. Currently my resource endpoints are outputting the unicodes instead of the markup. Below I've included an example.
Is there a simple setting that will change this to output the actual html characters instead of the unicodes. I'm trying to avoid having to add a process_callback function to every field.
The text was updated successfully, but these errors were encountered: