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:
committed by
GitHub
parent
4ec8b87cdc
commit
7ea9db7426
@@ -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'),
|
||||
|
Reference in New Issue
Block a user