affe6743e5
refs: https://github.com/TryGhost/Team/issues/1145 - this should allow us to remove the /products endpoint in v5 It avoids: - `kg-product-card`, that really is meant to say product - `product-cadence` on offers Co-authored-by: Rishabh <zrishabhgarg@gmail.com>
15 lines
457 B
Handlebars
15 lines
457 B
Handlebars
<span class="gh-select">
|
|
<OneWaySelect
|
|
@value={{this.value}}
|
|
@disabled={{this.disabled}}
|
|
@options={{this.availablePeriods}}
|
|
@optionValuePath="period"
|
|
@optionLabelPath="label"
|
|
@optionTargetPath="period"
|
|
@includeBlank={{false}}
|
|
@promptIsSelectable={{false}}
|
|
@prompt="Select a billing period"
|
|
@update={{action "updatePeriod"}}
|
|
/>
|
|
{{svg-jar "arrow-down-small"}}
|
|
</span> |