Help: How to get content in plain text? #611
-
| Hi there, I was successfully using For converting the rich content to plain text but with the addition of the plugins, it no longer breaks on each line. Thanks! | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
| I was looping through the entire value coming from  Given this "Rich content": 
 This is what I get with the serialize function above: Expected was: Or even better:  | 
Beta Was this translation helpful? Give feedback.
-
| I guess you should serialize this manually using a recursive function. | 
Beta Was this translation helpful? Give feedback.
I guess you should serialize this manually using a recursive function.