FrozenNode / Laravel-Administrator

An administrative interface package for Laravel
http://administrator.frozennode.com/
MIT License
1.94k stars 504 forks source link

WYSIWYG: disable remove class #1045

Open gregoryloichot opened 7 years ago

gregoryloichot commented 7 years ago

Hello,

When saving text in a WYSIWYG field, the Laravel-Administrator removes class. For example: <div class='toto'>youpi</div> becomes (after saving) <div>youpi</div>. Is there any way to disable that feature?

Thanks.