Skip to content
Snippets Groups Projects
Commit 269fefc6 authored by Giannis Kopanas's avatar Giannis Kopanas
Browse files

feat(toolgroup): create toolgroup table name, more feature

parent 5683328f
No related branches found
No related tags found
1 merge request!45Develop
......@@ -19,11 +19,11 @@ class Annotations extends ToolGroup {
@inject("Blockquote") blockquote
) {
super();
code.hideOnToolbar = true;
strong.hideOnToolbar = true;
blockquote.hideOnToolbar = true;
subscript.hideOnToolbar = true;
superscript.hideOnToolbar = true;
// code.hideOnToolbar = true;
// strong.hideOnToolbar = true;
// blockquote.hideOnToolbar = true;
// subscript.hideOnToolbar = true;
// superscript.hideOnToolbar = true;
this.tools = [
code,
emphasis,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment