Skip to content
Snippets Groups Projects
Commit 457cd8af authored by uhensler's avatar uhensler
Browse files

OO-3894: Some more tool for text formating in paragraph tool

parent 509ff34c
No related branches found
No related tags found
No related merge requests found
......@@ -74,8 +74,8 @@ public class TinyConfig {
}
//paragraph editor for content editor
static {
String plugins = "contextmenu,textcolor,hr,noneditable,paste,link,olatmatheditor,tabfocus,noneditable";
String tools1 = "bold italic underline strikethrough | alignjustify alignright aligncenter alignleft | bullist | link | olatmatheditor";
String plugins = "lists,contextmenu,textcolor,hr,noneditable,paste,link,olatmatheditor,tabfocus,noneditable";
String tools1 = "bold italic underline strikethrough | alignjustify alignright aligncenter alignleft | fontsizeselect forecolor backcolor | bullist numlist | link | olatmatheditor";
paragraphEditorConfig = new TinyConfig(plugins, null, tools1);
}
//full profile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment