mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-29 14:28:42 +02:00
Fixed ckeditor loading
This commit is contained in:
parent
275b695d6b
commit
ae08d9539d
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Plugin } from 'ckeditor5';
|
import { Plugin, MarkdownGfmDataProcessor } from 'ckeditor5';
|
||||||
import {MarkdownGfmDataProcessor} from 'ckeditor5';
|
|
||||||
|
|
||||||
const ALLOWED_TAGS = [
|
const ALLOWED_TAGS = [
|
||||||
//Common elements
|
//Common elements
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue