mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Fixing that TinyMCE is encoding special chars
This commit is contained in:
parent
7b47356152
commit
188fabe233
@ -12,6 +12,7 @@ tinyMCE.init({
|
||||
selector: "textarea.tinymce",
|
||||
theme: "modern",
|
||||
schema: "html5",
|
||||
entity_encoding : "raw",
|
||||
plugins: [
|
||||
"advlist autolink lists link image charmap print preview hr anchor pagebreak",
|
||||
"searchreplace wordcount visualblocks visualchars code fullscreen",
|
||||
|
Loading…
Reference in New Issue
Block a user