Ghost/ghost/admin/lib/koenig-editor/addon/templates/components/koenig-alt-input.hbs
Kevin Ansfield dad908911b Added ability to edit alt text for image cards
no issue

- adds an "Alt" button that is displayed in the caption input whilst an image card is selected, clicking it toggles between the rich-text caption input and a plain-text alt text input
2019-07-23 18:13:41 +01:00

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}}
>