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

OO-1068: add nothing as link css class in TinyMCE

parent 64d8484b
No related branches found
No related tags found
No related merge requests found
......@@ -764,6 +764,7 @@ public class RichTextConfiguration implements Disposable {
.append(" {title: 'Border', value: 'b_with_border'}\n")
.append("],\n");
tinyMenuSb.append("link_class_list: [\n")
.append(" {title: '', value: ''},\n")
.append(" {title: 'Extern', value: 'b_link_extern'},\n")
.append(" {title: 'Mail', value: 'b_link_mailto'},\n")
.append(" {title: 'Forward', value: 'b_link_forward'}\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