1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Editor Consolidation (#28)

- Move insertText to core
- Move styles and apply to core
- Simplify shortcut and button system
- Drop mdarea for now. In the future, we could implement the features we use (list continue, indent) in core.
- Remove admin dist (only admin setting was mdarea)
- Move inline style to css
This commit is contained in:
Alexander Skvortsov
2021-05-10 17:35:22 -04:00
committed by GitHub
parent 4ec8b87cdc
commit 7ea9db7426
14 changed files with 57 additions and 522 deletions

View File

@@ -11,9 +11,6 @@ use Flarum\Extend;
use s9e\TextFormatter\Configurator;
return [
(new Extend\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js'),
(new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js')
->css(__DIR__.'/less/forum.less'),