Configures the video settings of the RichTextEditor.
string[]
Specifies the allowed file types for video selection.
Defaults to [‘.mp4’, ‘.mov’, ‘.wmv’, ‘.avi’]
string
Specifies the height of the video.
Defaults to ‘auto’
Specifies whether the video is inserted inline or with a break.
Defaults to ‘Inline’
string
| number
Defines the maximum height of the video.
Defaults to null
string
| number
Defines the maximum width of the video.
Defaults to null
string
| number
Defines the minimum height of the video.
Defaults to ‘0’
string
| number
Defines the minimum width of the video.
Defaults to ‘0’
string
Specifies the path for storing and displaying video files.
Defaults to null
string
Specifies the URL for the remove action that handles video removal on the server.
Defaults to null
boolean
Enables resizing for the video element.
Defaults to true
boolean
Enables video resizing by percentage calculation.
Defaults to false
Specifies whether the inserted video is saved as a blob or base64.
Defaults to ‘Blob’
string
Specifies the URL for the save action that handles uploaded video files on the server.
Defaults to null
string
Specifies the width of the video.
Defaults to ‘auto’