mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
487724e0fe
refs https://github.com/TryGhost/Ghost/issues/12366 Adds support for saving external URL's for custom redirects and improves error handling to validate on blur/before saving Co-authored-by: Fabien O'Carroll <fabien@allou.is>
8 lines
120 B
Handlebars
8 lines
120 B
Handlebars
<GhTextInput
|
|
@value={{this.value}}
|
|
@type="text"
|
|
@input={{setValue}}
|
|
@focus-out={{validateUrlInput}}
|
|
/>
|
|
|