mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
85f4ae525e
- added footer text and placeholder for Portal redirect URL input fields
9 lines
153 B
Handlebars
9 lines
153 B
Handlebars
<GhTextInput
|
|
@value={{this.value}}
|
|
@type="text"
|
|
@input={{setValue}}
|
|
@focus-out={{validateUrlInput}}
|
|
@placeholder={{placeholder}}
|
|
/>
|
|
|