mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 09:52:09 +03:00
5413cf0d2d
Fixes #1221 - This changes the accepted encodings on the files upload input field to be only "image/*" now -
5 lines
327 B
Handlebars
5 lines
327 B
Handlebars
<section class="js-drop-zone">
|
|
<img class="js-upload-target" src="{{options.src}}"{{#unless options.src}} style="display: none"{{/unless}} alt="logo">
|
|
<input data-url="upload" class="js-fileupload main" type="file" name="uploadimage" {{#if options.acceptEncoding}}accept="{{options.acceptEncoding}}"{{/if}}>
|
|
</section>
|