mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 19:52:01 +03:00
ee0c32dfc9
- remove `bind-attr` all over the place
8 lines
360 B
Handlebars
8 lines
360 B
Handlebars
{{#gh-upload-modal action="closeModal" close=true type="action" style="wide" model=model imageType=imageType}}
|
|
<section class="js-drop-zone">
|
|
<img class="js-upload-target" src="{{src}}" alt="logo">
|
|
<input data-url="upload" class="js-fileupload main" type="file" name="uploadimage" accept="{{acceptEncoding}}" >
|
|
</section>
|
|
|
|
{{/gh-upload-modal}}
|