{{#if this.icon}}
{{svg-jar this.icon class=this.iconClass}}
{{/if}} {{yield (hash CaptionInput=(component "koenig-caption-input" captureInput=this.isSelected addParagraphAfterCard=this.addParagraphAfterCard moveCursorToPrevSection=this.moveCursorToPrevSection moveCursorToNextSection=this.moveCursorToNextSection ) AltInput=(component "koenig-alt-input" addParagraphAfterCard=this.addParagraphAfterCard moveCursorToPrevSection=this.moveCursorToPrevSection moveCursorToNextSection=this.moveCursorToNextSection ) )}} {{#if (or this.toolbar this.saveAsSnippet)}} {{#each this.toolbar.items as |item|}} {{#if item.divider}} {{else}}
  • {{/if}} {{/each}} {{#if (and this.saveAsSnippet (enable-developer-experiments))}} {{#if this.toolbar.items}} {{/if}}
  • {{/if}}
    {{/if}}