mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Adding directionality buttons to tinymce.
This commit is contained in:
@@ -13,7 +13,7 @@ tinyMCE.init({
|
||||
theme: "modern",
|
||||
schema: "html5",
|
||||
plugins: "fullscreen,autoresize,searchreplace,link,charmap,code,directionality" + mediaPlugins.substr(2),
|
||||
toolbar: "searchreplace,|,cut,copy,paste,|,undo,redo" + mediaPlugins + ",|,link,unlink,charmap,|,bold,italic,|,numlist,bullist,formatselect,|,code,fullscreen,",
|
||||
toolbar: "searchreplace,|,cut,copy,paste,|,undo,redo" + mediaPlugins + ",ltr,rtl,|,link,unlink,charmap,|,bold,italic,|,numlist,bullist,formatselect,|,code,fullscreen,",
|
||||
convert_urls: false,
|
||||
valid_elements: "*[*]",
|
||||
// shouldn't be needed due to the valid_elements setting, but TinyMCE would strip script.src without it.
|
||||
|
||||
Reference in New Issue
Block a user