- Issue created by @ad0z
- Status changed to Postponed: needs info
about 1 year ago 10:08am 22 November 2023 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
When any filter plugin which extends
FilterHtml
try to be addedWhat's the use case for this?
it won't contain
<p>
and<br>
in Allowed HTML tags filter settings by defaultIf you're customizing it anyway, why not add those tags to the defaults? 🤔
Related: ✨ Match the filter_html <> ckeditor5 integration in Drupal core Needs work — where I made a filter extending core's
filter_html
to addstyle
attribute support work in the exact same way as CKEditor 5's built-in UI support forfilter_html
. - Status changed to Closed: works as designed
about 1 year ago 10:10am 22 November 2023 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Aha, so this was indeed for
extended_html_filter
— just found your comments at 🐛 Missing and tags Closed: duplicate .What you're asking for here is changing
filter_html
, which is unlikely to happen any time soon. I suggest you test ✨ Match the filter_html <> ckeditor5 integration in Drupal core Needs work so that the maintainers of that module can merge that 😊 - 🇵🇱Poland ad0z
@Wim Leers This issue was more about why
and
is missing infilter_html
"allowed_html"
, as it is expected to be there, but it's not and it is loaded somehow later and injected in settings form.. what can be quite confusing?