I have a new field definition which is a text area with WYSIWYG enabled. However, when I print it out with:
Code: Select all
{$item->fielddefs.description.value|cms_escape}
The front-end is displaying the HTML code and not rendering it properly. Am I invoking it incorrectly?