linkesch / medium-editor-insert-plugin

jQuery insert plugin for MediumEditor
http://orthes.github.io/medium-editor-insert-plugin
MIT License
1.22k stars 352 forks source link

Limit Image Upload Count #336

Open mikebronner opened 8 years ago

mikebronner commented 8 years ago

Forgive me if this has been covered elsewhere, but is it possible to limit the number of images uploadable (also taking into account the images that may already exist) in a given editor field?

For example, i would like to limit the uploadability to one image for a specific editor field.

Thanks :)

linkesch commented 8 years ago

No, this is not possible right now.

dongfenglee commented 7 years ago

accept="image/gif,image/jpeg,image/png,image/jpg,image/bmp" delete :multiple="multiple"