mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Changes to integrate the new HTML editor into Moodle in an optional way
until it's stable enough to replace Richtext To enable the new editor, add this line into config.php: $CFG->useneweditor = true;
This commit is contained in:
parent
a800c94891
commit
4c46c425db
8 changed files with 299 additions and 73 deletions
|
@ -135,6 +135,15 @@ $CFG->admin = 'admin';
|
|||
// eg $CFG->textfilter1 = "mod/glossary/dynalink.php";
|
||||
// $CFG->textfilter2 = "library/librarylib.php";
|
||||
|
||||
//=========================================================================
|
||||
// 8. HTML EDITOR (temporary setting in development version only)
|
||||
//=========================================================================
|
||||
// We are currently moving to a new HTML editor that works on
|
||||
// Mozilla browsers as well as Internet Explorer. To enable this
|
||||
// editor, uncomment the following line.
|
||||
//
|
||||
// $CFG->useneweditor = true;
|
||||
|
||||
|
||||
//=========================================================================
|
||||
// ALL DONE! To continue installation, visit your main page with a browser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue