mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 01:03:23 +03:00
fd0e66a773
Closes #4506 Works just like the Post Cover Images (and uses the same component) Tiny changes to the component ensures that we can reuse it across Ghost
6 lines
287 B
Handlebars
6 lines
287 B
Handlebars
<span class="media">
|
|
<span class="hidden">Image Upload</span>
|
|
</span>
|
|
<img class="js-upload-target" {{bind-attr src=image}}>
|
|
<div class="description">{{description}}<strong></strong></div>
|
|
<input data-url="upload" class="js-fileupload main fileupload" type="file" name="uploadimage"> |