Ghost/ghost/admin/app/components/gh-url-input.hbs
Rishabh Garg 487724e0fe Added support for external urls for redirect (#1778)
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>
2020-11-23 09:38:29 +00:00

8 lines
120 B
Handlebars

<GhTextInput
@value={{this.value}}
@type="text"
@input={{setValue}}
@focus-out={{validateUrlInput}}
/>