We have a site built on Bootstrap.
Certain HTML modules are maintained with CkEditor.
We use Bootstrap icons according to standard syntax, e.g.: <i class="icon-envelope"></i>
.
Our problem: CkEditor interprets that syntax as an empty tag set (i.e., <i></i>
) and deletes it.
As a result, we currently can't use Bootstrap icons in any HTML modules maintained with CkEditor.
Any solutions out there? Thanks!