Skip to content
Snippets Groups Projects
Commit 832dba50 authored by gnaegi's avatar gnaegi
Browse files

OO-1211 adding borderless table style to tiny config

parent cb8808d7
No related branches found
No related tags found
No related merge requests found
......@@ -770,6 +770,7 @@ public class RichTextConfiguration implements Disposable {
.append(" {title: 'Forward', value: 'b_link_forward'}\n")
.append("],\n");
tinyMenuSb.append("table_class_list: [\n")
.append(" {title: 'Borderless', value: 'b_borderless'},\n")
.append(" {title: 'Grid', value: 'b_grid'},\n")
.append(" {title: 'Border', value: 'b_border'},\n")
.append(" {title: 'Full', value: 'b_full'},\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