Unplanned
Last Updated: 27 Mar 2024 16:17 by Alfonso
Nikolaj Herting
Created on: 30 Nov 2021 15:28
Category: Editor
Type: Feature Request
10
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
Duplicated Items
2 comments
Alfonso
Posted on: 27 Mar 2024 16:17
i'm looking for the same thing, something like what's supported in the Kendo version for Angular, but I need it in Blazor.

https://www.telerik.com/kendo-angular-ui/components/editor/schema/
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