Hello
I would like to disable the image and anchor buttons in the the tool bar so they can't be selected from the toolbar menu. I was able to disable the code </> button using the markdown editorMode.
<div class="col-12">
<span><label asp-for="Input.WelcomeMessage"></label> <i class="fa-solid fa-circle-info" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="@Html.TextBoxWithToolTipFor(m => Model.Input.WelcomeMessage)"></i></span>
<ejs-richtexteditor id="Input_WelcomeMessage" showCharCount="true" maxLength="1000" editorMode="Markdown">
<e-richtexteditor-pastecleanupsettings prompt="true" deniedTags="@tagsNotAllowed" ></e-richtexteditor-pastecleanupsettings>
</ejs-richtexteditor>
</div>