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