wysiwyg html cleaning; fixes #2482

This commit is contained in:
Bachir Soussi Chiadmi 2024-01-08 10:45:35 +01:00
parent 8874947edf
commit f1f41ed3fe
2 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@ settings:
- italic - italic
- link - link
- drupalInsertImage - drupalInsertImage
- removeFormat
plugins: plugins:
ckeditor5_heading: ckeditor5_heading:
enabled_headings: enabled_headings:

View File

@ -45,10 +45,10 @@ filters:
filter_html: filter_html:
id: filter_html id: filter_html
provider: filter provider: filter
status: false status: true
weight: -43 weight: -43
settings: 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_help: true
filter_html_nofollow: false filter_html_nofollow: false
filter_align: filter_align: