We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcc4c05 + e057b0f commit bd37ae3Copy full SHA for bd37ae3
README.md
@@ -26,9 +26,12 @@ meteor add froala:editor
26
4.Run froala when template is rendered in main.js file.
27
```
28
Template.froala.rendered = function () {
29
- $('.editor').froalaEditor()
+ $('.editor').froalaEditor({
30
+ toolbarInline: true
31
+ })
32
};
33
34
+Check out the [Froala editor documentation](https://froala.com/wysiwyg-editor/v2.0/docs/) for more details to add `options, events and methods`.
35
36
37
0 commit comments