mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Statusbar was missing from default configuration.
This commit is contained in:
parent
f6c9cf917e
commit
57e0348ae0
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ class tinymce extends editorObject {
|
||||||
$this->defaults['theme_advanced_buttons3_add'] = "emotions,iespell,flash,advhr,separator,print,separator,ltr,rtl,separator,fullscreen";
|
$this->defaults['theme_advanced_buttons3_add'] = "emotions,iespell,flash,advhr,separator,print,separator,ltr,rtl,separator,fullscreen";
|
||||||
$this->defaults['theme_advanced_toolbar_location'] = "top";
|
$this->defaults['theme_advanced_toolbar_location'] = "top";
|
||||||
$this->defaults['theme_advanced_toolbar_align'] = "left";
|
$this->defaults['theme_advanced_toolbar_align'] = "left";
|
||||||
|
$this->defaults['theme_advanced_statusbar_location'] = "bottom";
|
||||||
$this->defaults['theme_advanced_resizing'] = true;
|
$this->defaults['theme_advanced_resizing'] = true;
|
||||||
$this->defaults['theme_advanced_resize_horizontal'] = true;
|
$this->defaults['theme_advanced_resize_horizontal'] = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue