mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 23:55:49 +01:00
sanitizer configuration (#179)
This commit is contained in:
parent
a98d6e4f1a
commit
7972b2ff50
10 changed files with 43 additions and 177 deletions
|
|
@ -59,6 +59,11 @@
|
|||
holderId : "codex-editor",
|
||||
initialBlockPlugin : 'paragraph',
|
||||
hideToolbar: false,
|
||||
sanitizer : {
|
||||
tags : {
|
||||
p : {}
|
||||
}
|
||||
},
|
||||
tools : {
|
||||
paragraph: {
|
||||
type: 'paragraph',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue