Ghost/ghost/admin/app/components/koenig-image-editor.hbs
Rishabh Garg 6c131de6eb
Added image editing feature for publication logo and cover (#16741)
refs https://github.com/TryGhost/Team/issues/3145

- adds image editing functionality(behind flag) using pintura
integration to publication logo and cover
2023-05-05 16:30:34 +05:30

6 lines
218 B
Handlebars

{{#if this.isEditorEnabled}}
<button type="button" class="{{if @className @className "image-action image-edit"}}" title="Edit image" {{on "click" this.handleClick}}>
{{svg-jar "pen"}}
</button>
{{/if}}