mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-43883 Behat: Make Atto the default text editor and adjust behat to use it.
This commit is contained in:
parent
da00661d1f
commit
9f07f05a48
7 changed files with 15 additions and 228 deletions
|
@ -129,7 +129,7 @@ function xmldb_main_install() {
|
|||
'sessiontimeout' => 7200, // must be present during roles installation
|
||||
'stringfilters' => '', // These two are managed in a strange way by the filters
|
||||
'filterall' => 0, // setting page, so have to be initialised here.
|
||||
'texteditors' => 'tinymce,textarea',
|
||||
'texteditors' => 'atto,tinymce,textarea',
|
||||
);
|
||||
foreach($defaults as $key => $value) {
|
||||
set_config($key, $value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue