mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-35955 use built in spell checker if tinymce spelling plugin disabled
This commit is contained in:
parent
2105f57590
commit
83828a7725
2 changed files with 4 additions and 0 deletions
|
@ -156,6 +156,7 @@ class tinymce_texteditor extends texteditor {
|
|||
'searchreplace,paste,directionality,fullscreen,nonbreaking,contextmenu,' .
|
||||
'insertdatetime,save,iespell,preview,print,noneditable,visualchars,' .
|
||||
'xhtmlxtras,template,pagebreak',
|
||||
'gecko_spellcheck' => true,
|
||||
'theme_advanced_font_sizes' => "1,2,3,4,5,6,7",
|
||||
'theme_advanced_layout_manager' => "SimpleLayout",
|
||||
'theme_advanced_toolbar_align' => "left",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue