Hi Simon,
Greetings from Syncfusion support.
We have validated your query “How do I remove the ability to upload images and only use images from the web. I have used a workaround using the CSS. Is there a better way”.
The Rich Text Editor doesn’t have any API to restrict the display of the image upload option, but it can be restricted by setting the CSS styles “display: none” to the class “.e-img-uploadwrap, .e-linkheader” you shared.
Styles:
|
.e-img-uploadwrap, .e-linkheader {
display: none;
} |
Please let us know if you have any further queries.
Regards,
Revanth