otherFileExtensions property

List<String>? otherFileExtensions
final

Allows you to set the allowed extensions when a user inserts a file other than image/audio/video

By default any other extension is allowed.

Implementation

final List<String>? otherFileExtensions;