mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
11 lines
500 B
Handlebars
11 lines
500 B
Handlebars
{{#if isLink}}
|
|
{{input keyDown=(action "linkKeyDown") keyPress=(action "linkKeyPress") autofocus=true placeholder="Enter a link"}}
|
|
{{else}}
|
|
{{#each toolbar as |tool|}}
|
|
{{koenig-toolbar-button tool=tool editor=editor iconURL=iconURL assetPath=assetPath}}
|
|
{{/each}}
|
|
<div class="gh-toolbar-divider" role="presentation"></div>
|
|
{{#each toolbarBlocks as |tool|}}
|
|
{{koenig-toolbar-button tool=tool editor=editor iconURL=iconURL assetPath=assetPath}}
|
|
{{/each}}
|
|
{{/if}} |