imageExtensions property
Allows you to set the allowed extensions when a user inserts an image
By default any image extension is allowed.
Implementation
final List<String>? imageExtensions;
Allows you to set the allowed extensions when a user inserts an image
By default any image extension is allowed.
final List<String>? imageExtensions;