1
0
mirror of https://github.com/flarum/core.git synced 2025-09-02 12:43:28 +02:00

Editor Driver Abstraction (#2594)

This will allow drop-in replacements of the editor with a more advanced WYSIWYG solution such as ProseMirror
This commit is contained in:
Alexander Skvortsov
2021-02-26 16:17:05 -05:00
committed by GitHub
parent 67306a9d34
commit 7d79912d36
11 changed files with 287 additions and 139 deletions

View File

@@ -16,6 +16,7 @@
"mithril": "^2.0.4",
"punycode": "^2.1.1",
"spin.js": "^3.1.0",
"textarea-caret": "^3.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.1.4"