mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 06:25:51 +03:00
fab34d878c
Issue #2547
9 lines
396 B
Handlebars
9 lines
396 B
Handlebars
{{#gh-upload-modal action="closeModal" close=true type="action" style="wide" model=model imageType=imageType
|
|
animation="fade"}}
|
|
<section class="js-drop-zone">
|
|
<img class="js-upload-target" {{bind-attr src=src}} alt="logo">
|
|
<input data-url="upload" class="js-fileupload main" type="file" name="uploadimage" {{bind-attr accept=acceptEncoding}} >
|
|
</section>
|
|
|
|
{{/gh-upload-modal}}
|