Ghost/ghost/admin/app/components/gh-url-input.hbs
Peter Zimon 85f4ae525e Refined Portal redirect URLs
- added footer text and placeholder for Portal redirect URL input fields
2021-03-09 09:22:41 +01:00

9 lines
153 B
Handlebars

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