Unplanned
Last Updated: 15 Feb 2023 07:50 by Panos Klaoudatos
Nikolaj Herting
Created on: 30 Nov 2021 15:28
Category: Editor
Type: Feature Request
7
Allow custom schema in the Editor

Please expose the ability to allow additional HTML attributes in the Editor content.

===ADMIN EDIT===

Provide support for:

  • custom attributes for the Editor elements
  • custom tags
1 comment
Panos Klaoudatos
Posted on: 15 Feb 2023 07:50

ProseMirror editor used by telerik, not only strips down inline elements, but also custom attributes 
(like <div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="true"> gets converted to <div class="carousel slide" id="carouselExampleIndicators"></div>

The same with <i> for fontawesome icons, etc....

A more complete of features editor is https://www.tiny.cloud/tinymce/features/ ... 
So it is essential at least to keep all tags as they are