Rich text with no images enabled - just text

Hi
I want users to be able to use rich text for input, but without being able to add images (i want them to use only text).
How can i do that?
thanks

Hi @lior.desk,

See @DaveA’s post on how to customise the toolbar.

After the text has been input, you could also use :find & replace with a regular expression to remove any embedded image urls.

Hi @mishav,
thanks for the reference!