sanitizer configuration (#179)

This commit is contained in:
khaydarov 2017-03-16 00:42:47 +03:00 committed by Peter Savchenko
commit 7972b2ff50
10 changed files with 43 additions and 177 deletions

View file

@ -59,6 +59,11 @@
holderId : "codex-editor",
initialBlockPlugin : 'paragraph',
hideToolbar: false,
sanitizer : {
tags : {
p : {}
}
},
tools : {
paragraph: {
type: 'paragraph',