Ghost/ghost/admin/app/components/gh-url-input.hbs
Kevin Ansfield 4b646d40ea Added non-Stripe members setting screen acceptance tests
refs https://github.com/TryGhost/Team/issues/1358

- added acceptance tests for members settings screen
  - subscription access management
  - default post access management
  - free tier management
- fixed `enableLabsFlag()` test helper overwriting existing flag settings when enabling another one
- updated API mocks and fixtures
  - matched product fixtures to default tiers-enabled products
  - updated product API mocks to include benefit handling
2022-02-18 22:36:01 +00:00

10 lines
186 B
Handlebars

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