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:
moodler 2003-10-29 08:06:11 +00:00
parent a800c94891
commit 4c46c425db
8 changed files with 299 additions and 73 deletions

View file

@ -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