2amigos / yii2-ckeditor-widget

CKEditor WYSIWYG widget for Yii2.
https://2amigos.us/open-source/ckeditor-widget
Other
172 stars 111 forks source link

How to prevent tag stripping? #146

Open EndErr opened 3 years ago

EndErr commented 3 years ago

Need to save some contend as html code with classes and styles, but when I switch back from "Source" to normal view all the codes are gone. How to do that?

werpiou commented 2 years ago

Try set 'allowedContent' => true in clientOptions as mentioned in #65