- Issue created by @manuel.adan
- πΊπΈUnited States tim.tripp
Are you okay with them converting to
<i>
on save? - πͺπΈSpain manuel.adan π
Are you okay with them converting to
It may be a valid solution. In our site any CSS style uses the class name as selector.
We have the same use case. Using Font Awesome Icons β with CKEditor4, the icons get inserted like
<span class="fa-solid fa-star"></span>
. When switching to CKEditor5 with this plugin, the span class gets stripped. We have done some custom things to workaround so that the class isn't stripped and the span can be edited via source, but it would nice to have it supported directly by the plugin.Switching to
<i>
on save would work on our project as well.- πͺπΈSpain manuel.adan π
@godotislate, could you plz share your temporary workaround if possible?
See https://www.drupal.org/project/drupal/issues/3410100#comment-15457015 π [10.2 regression] CKEditor 5 breaks when "Source"/Source editing button is added and "Manually editable HTML tags" are specified Needs review