medium-editor-insert-plugin icon indicating copy to clipboard operation
medium-editor-insert-plugin copied to clipboard

Limit Image Upload Count

Open mikebronner opened this issue 9 years ago • 2 comments

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 :)

mikebronner avatar Jun 18 '16 02:06 mikebronner

No, this is not possible right now.

linkesch avatar Jul 04 '16 06:07 linkesch

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

dongfenglee avatar Jul 24 '17 01:07 dongfenglee