Get Rid of Extra HTML Tags(e.g P Tags Etc) from the Rich Text Editor while Saving
Sitecore note · Method 1: Override and disable the filters as needed Step 1: Update the following config setting: <settings xmlns:patch="http://www.sitecore.net/xmlconfig/"> <setting name="HtmlEditor.DefaultConfigurationType"> <patch:attribute name="value">YourProject.Custom.Controls.CustomRichTextEditor,…
Read Note