Update rte.config.js

This commit is contained in:
2021-02-04 14:23:41 +01:00
parent 7d91cc1e56
commit fd985d17aa
+3 -1
View File
@@ -21,7 +21,9 @@ export default function ()
extensions: [
new History(),
new HardBreak(),
new Link(), // TODO
new Link({
target: '_blank'
}), // TODO
new Bold(),
new Code(),
new Italic(),