Closed sainu closed 6 years ago
Fixes https://github.com/orthes/medium-editor-insert-plugin/issues/221
I created singleUpload option to Core options and its default value is false.
singleUpload
false
when singleUpload option set true, do the following:
true
multiple
input[type=file]
move to https://github.com/orthes/medium-editor-insert-plugin/pull/478
Fixes https://github.com/orthes/medium-editor-insert-plugin/issues/221
I created
singleUpload
option to Core options and its default value isfalse
.when
singleUpload
option settrue
, do the following:multiple
attribute frominput[type=file]
tag to upload images.