mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-30 06:39:40 +02:00
Fixed CKEDITOR
This commit is contained in:
parent
74fef78120
commit
e87720a838
5 changed files with 4 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
import { Plugin } from 'ckeditor5';
|
||||
import {MarkdownGfmDataProcessor} from '@ckeditor/ckeditor5-markdown-gfm';
|
||||
import {MarkdownGfmDataProcessor} from 'ckeditor5';
|
||||
|
||||
const ALLOWED_TAGS = [
|
||||
//Common elements
|
||||
|
@ -34,7 +34,6 @@ const ALLOWED_TAGS = [
|
|||
|
||||
//Block elements
|
||||
'span',
|
||||
'p',
|
||||
'img',
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue