Merge pull request #2556 from brkcvn/master

Hyperlink added for html editor
This commit is contained in:
Burak Civan 2022-07-28 11:21:49 +03:00 committed by GitHub
commit 961c6d4fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ export default {
customToolbar: [
["bold", "italic", "underline"],
[{ list: "ordered" }, { list: "bullet" }],
["link"]
],
}
},