mirror of
https://github.com/flarum/core.git
synced 2025-07-14 13:26:23 +02:00
Add license code to index.js, and line to LICENSE
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
/*!
|
||||
* Includes modified code from GitHub Markdown Toolbar Element
|
||||
* https://github.com/github/markdown-toolbar-element/
|
||||
*
|
||||
* Original Copyright GitHub, Inc.
|
||||
* Released under the MIT license
|
||||
* https://github.com/github/markdown-toolbar-element/blob/master/LICENSE
|
||||
*/
|
||||
|
||||
import { extend } from 'flarum/extend';
|
||||
import TextEditor from 'flarum/components/TextEditor';
|
||||
import MarkdownArea from 'mdarea';
|
||||
|
Reference in New Issue
Block a user