connector to fetch WYSIWYG fields and output in 3 different formats
Anton Komarow
Modern WYSIWYG editors outputting data inputted by user in a form of a JSON.
Example below:
{
"type": "paragraph",
"text": "Paragraph Content",
"spans": [],
"direction": "ltr"
}
Connector currently able to fetch that data and output as HTML markup <p>Paragraph Content</p> we also output data that came from CMS as is like on example JSON snippet above and we need to add an additional way of output - plain text.