Ghost/ghost/admin/app/components/gh-tiers-price-billingperiod.hbs

15 lines
457 B
Handlebars
Raw Normal View History

<span class="gh-select">
<OneWaySelect
@value={{this.value}}
@disabled={{this.disabled}}
@options={{this.availablePeriods}}
@optionValuePath="period"
@optionLabelPath="label"
@optionTargetPath="period"
@includeBlank={{false}}
@promptIsSelectable={{false}}
2021-04-27 10:47:30 +03:00
@prompt="Select a billing period"
@update={{action "updatePeriod"}}
/>
{{svg-jar "arrow-down-small"}}
</span>