videoExtensions property

List<String>? videoExtensions
final

Allows you to set the allowed extensions when a user inserts a video.

By default any video extension is allowed.

Implementation

final List<String>? videoExtensions;