Skip to content
Snippets Groups Projects
Commit 36a8277b authored by srosse's avatar srosse
Browse files

OO-4110: remove Webdings and Windings from the TinyMCE configuration

parent 0075dab5
No related branches found
No related tags found
No related merge requests found
......@@ -1081,7 +1081,9 @@ public class RichTextConfiguration implements Disposable {
.append("remove_script_host:").append(isRemoveScriptHost()).append(",\n")
.append("statusbar:").append(true).append(",\n")
.append("resize:").append(true).append(",\n")
.append("menubar:").append(tinyConfig.hasMenu()).append(",\n");
.append("menubar:").append(tinyConfig.hasMenu()).append(",\n")
.append("font_formats:").append("'Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva',\n")
;
if(isReadOnly()) {
tinyMenuSb.append("readonly: 1,\n");
}
......
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