Ghost/ghost/admin/lib/koenig-editor/addon/templates/components/koenig-slash-menu.hbs

5 lines
186 B
Handlebars
Raw Normal View History

{{#if showMenu}}
<div class="koenig-cardmenu {{kg-style "cardmenu"}}">
{{koenig-menu-content itemSections=itemSections itemClicked=(action "itemClicked")}}
</div>
{{/if}}