-
+
+
null }, // If 'null', than the Mention extention is not assigned.
@@ -268,6 +272,11 @@ export default {
clear() {
this.editor.clearContent(true)
},
+ toggleToolbarInfo(bool){
+ if(bool === true) {
+
+ }
+ }
},
}
diff --git a/webapp/components/Editor/MenuBar.vue b/webapp/components/Editor/MenuBar.vue
index 3756e1ae2..44682628c 100644
--- a/webapp/components/Editor/MenuBar.vue
+++ b/webapp/components/Editor/MenuBar.vue
@@ -59,6 +59,12 @@
:onClick="commands.horizontal_rule"
icon="minus"
/>
+
+
+
@@ -66,15 +72,22 @@
diff --git a/webapp/components/LoginForm/LoginForm.vue b/webapp/components/LoginForm/LoginForm.vue
index eb771a5b2..d6732ae1e 100644
--- a/webapp/components/LoginForm/LoginForm.vue
+++ b/webapp/components/LoginForm/LoginForm.vue
@@ -20,12 +20,13 @@
name="email"
icon="envelope"
/>
-