mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Koenig - Fix image creation via (+) menu
refs https://github.com/TryGhost/Ghost/issues/9311 - image icon was missing the appropriate action
This commit is contained in:
parent
a20f4080f6
commit
13ccd50404
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<div class="koenig-cardmenu-icon">{{inline-svg "koenig/markdown"}}</div>
|
||||
<div class="koenig-cardmenu-label">Markdown</div>
|
||||
</div>
|
||||
<div class="koenig-cardmenu-card">
|
||||
<div class="koenig-cardmenu-card" {{action "replaceWithCardSection" "image" on="click"}}>
|
||||
<div class="koenig-cardmenu-icon">{{inline-svg "koenig/image"}}</div>
|
||||
<div class="koenig-cardmenu-label">Image</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue