Hi,
I have added a wysiwyg editor in my back office for a field 'rule' of a game model.
The problem is that the text is displayd with the 'htmlentities' function applied to it;
so I can see all my html tags.
How can I do to unprotect this field ?
I've tried to add my model class to the whitelisted_classes array in my config file but it doesn't work .
thx,
Fabien