Ghost-Admin/lib/koenig-editor/addon/components/koenig-alt-input.hbs

9 lines
228 B
Handlebars

<input
type="text"
placeholder={{this.placeholder}}
class="miw-100 tc bn form-text bg-transparent tracked-2"
name="alt"
value={{this.alt}}
{{on "input" this.onInput}}
{{on "keydown" this.onKeydown}}
>