Search code examples
symfony1adminadmin-generator

Symfony 1.4 admin generator - use raw HTML in 'list' view?


I am using TinyMCE for rich text editing of a column which I want to show on the Symfony's admin generator 'List' view.

However when I include this column, the escaped HTML is shown, rather than rendered.

Is there any way to tell the admin generator to use getRaw() for this one column, instead of turning off output escaping for the entire backend app?


Solution

  • It is not possible to do in the current admin generator - you need to duplicate the partial and make a manual change.