You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey i would like to only allow <b>, <br> and <i> tags to be added to the text. While it's possible to only show bold and italics in the menu, the editor still keeps adding <div> tags and also stuff like <span style="color: inherit; font-family: inherit; font-size: 0.875rem; letter-spacing: 0.00714286em;"> by itself . Is there a way that the editor can only have it add the mentioned tags?
The text was updated successfully, but these errors were encountered:
Hey i would like to only allow
<b>
,<br>
and<i>
tags to be added to the text. While it's possible to only show bold and italics in the menu, the editor still keeps adding<div>
tags and also stuff like<span style="color: inherit; font-family: inherit; font-size: 0.875rem; letter-spacing: 0.00714286em;">
by itself . Is there a way that the editor can only have it add the mentioned tags?The text was updated successfully, but these errors were encountered: