mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
757ed3a8f5
closes #701, closes #702 - if image upload is called from editor the url icon provides a text field and a save button - if on settings pages (general and user) the save button will capture the entered url or uploaded url - both modes have the reset button - fixed bug that is created by url when image is dragged onto window
5 lines
254 B
Handlebars
5 lines
254 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">
|
|
</section>
|