I've created a field to hold HTML content, similar to emails.
And then populated the field with valid HTML content. When editing the content is shown correctly (see screenshot).
However, by default the content is shown as 'undefined'.
Any clues?
Code:
{ "fields": { ..snip.. "description": { "type": "text", "view": "Fields.Wysiwyg" } } }
However, by default the content is shown as 'undefined'.
Any clues?
Comment