mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-16637 removing obsoleted spellchecker support
This commit is contained in:
parent
5d0b1e40c1
commit
53b20fe35a
19 changed files with 18 additions and 1522 deletions
|
@ -1,4 +1,7 @@
|
|||
<?php
|
||||
|
||||
die('TODO implement moodle integration using CFG->aspell see MDL-16639');
|
||||
|
||||
// General settings
|
||||
$config['general.engine'] = 'GoogleSpell';
|
||||
//$config['general.engine'] = 'PSpell';
|
||||
|
|
6
lib/editor/tinymce/moodle_readme.txt
Normal file
6
lib/editor/tinymce/moodle_readme.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Description of TinyMCE library import into Moodle
|
||||
|
||||
Our changes:
|
||||
* TODO: spellchecker integration in spellchecker/config.php (MDL-16639)
|
||||
|
||||
skodak
|
Loading…
Add table
Add a link
Reference in a new issue