Rich Text Editor Embedded Video Support

Are there any plans to add the ability to add the ability to embed videos in the rich text editor in addtion to the images?

Hello @mwarble ,

Currently, there is no support for embedding videos directly within the editor. However, we appreciate your interest in this feature.

To help us consider this for future updates, could you please share your specific use case for embedding videos? Understanding how you intend to use this feature will provide us with valuable insights.

In the meantime, using customization you can implement an alternative solution. Insert a regular link to the video using an anchor tag (<a> ). You can then catch the click event (row 19) on this link and open an additional window with the video outside of the rich text editor.

Here is the example: Code Snippet