mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-14795: a better configuration for the buttons (now left-aligned)
This commit is contained in:
parent
cd81f66693
commit
6786cffae4
1 changed files with 9 additions and 7 deletions
|
@ -166,13 +166,15 @@ echo <<<EOF
|
||||||
entity_encoding: "raw",
|
entity_encoding: "raw",
|
||||||
language: "en",
|
language: "en",
|
||||||
plugins: "safari,spellchecker,table,style,layer,advhr,advimage,advlink,emoticons,inlinepopups,media,searchreplace,paste,standardmenu,directionality,fullscreen,moodleimage,moodlelink,dragmath,nonbreaking",
|
plugins: "safari,spellchecker,table,style,layer,advhr,advimage,advlink,emoticons,inlinepopups,media,searchreplace,paste,standardmenu,directionality,fullscreen,moodleimage,moodlelink,dragmath,nonbreaking",
|
||||||
theme_standard_buttons1: "fontselect,fontsiizeselect,formatselect,|",
|
theme_advanced_layout_manager: "SimpleLayout",
|
||||||
theme_standard_buttons1_add: "styleselect,selectall,pastetext,pasteword,insertlayer",
|
theme_advanced_toolbar_align : "left",
|
||||||
theme_standard_buttons2: "bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,sub,sup,undo,redo,cleanup,removeformat,code,|",
|
theme_advanced_buttons1: "fontselect,fontsizeselect,formatselect,",
|
||||||
theme_standard_buttons2_add: "styleprops,ltr,rtl,table,nonbreaking,media,advhr,emoticons,charmap,dragmath,spellchecker,search,code,fullscreen",
|
theme_advanced_buttons1_add: "styleselect,selectall,pastetext,pasteword,cleanup",
|
||||||
theme_standard_buttons3: "bullist,numlist,outdent,indent,forecolor,backcolor,link,unlink,anchor,image,charmap,|",
|
theme_advanced_buttons2: "bold,italic,underline,strikethrough,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull,|,undo,redo,removeformat,code",
|
||||||
theme_standard_buttons3_add: "media,emotions,emoticons,charmap,dragmath,spellchecker,search,code,fullscreen",
|
theme_advanced_buttons2_add: "styleprops,ltr,rtl,nonbreaking,charmap",
|
||||||
theme_standard_fonts: "Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings",
|
theme_advanced_buttons3: "media,advhr,emoticons,dragmath,spellchecker,search,code,fullscreen,bullist,numlist,outdent,indent,forecolor,backcolor,link,unlink,anchor,image,charmap,insertlayer,table",
|
||||||
|
theme_advanced_buttons3_add: "media,emoticons,charmap,dragmath,search,code,fullscreen",
|
||||||
|
theme_advanced_fonts: "Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings",
|
||||||
moodleimage_course_id: $COURSE->id,
|
moodleimage_course_id: $COURSE->id,
|
||||||
theme_advanced_resize_horizontal: true,
|
theme_advanced_resize_horizontal: true,
|
||||||
theme_advanced_resizing: true,
|
theme_advanced_resizing: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue