wysiwyg html cleaning; fixes #2482
This commit is contained in:
parent
8874947edf
commit
f1f41ed3fe
|
@ -18,6 +18,7 @@ settings:
|
|||
- italic
|
||||
- link
|
||||
- drupalInsertImage
|
||||
- removeFormat
|
||||
plugins:
|
||||
ckeditor5_heading:
|
||||
enabled_headings:
|
||||
|
|
|
@ -45,10 +45,10 @@ filters:
|
|||
filter_html:
|
||||
id: filter_html
|
||||
provider: filter
|
||||
status: false
|
||||
status: true
|
||||
weight: -43
|
||||
settings:
|
||||
allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h5 id> <h6 id> <u> <a href hreflang !href accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <p> <h1> <pre> <h4 id class="inter-titre">'
|
||||
allowed_html: '<br> <p> <h2> <h3> <h4> <h5> <h6> <strong> <em> <a href> <img src alt height width data-entity-uuid data-entity-type data-caption>'
|
||||
filter_html_help: true
|
||||
filter_html_nofollow: false
|
||||
filter_align:
|
||||
|
|
Loading…
Reference in New Issue