Added missing comma (#98)

This commit is contained in:
Marek Skiba
2021-01-20 00:36:15 +01:00
committed by GitHub
parent 3475437333
commit 53a85f6015
+1 -1
View File
@@ -75,7 +75,7 @@ tinymce.init({
selector: "textarea", // change this value according to your HTML
plugins: "paste",
menubar: "edit",
toolbar: "paste"
toolbar: "paste",
paste_as_text: true
});
```