2022-02-19 01:36:01 +03:00
|
|
|
<div class="gh-setting-richdd-container" data-test-members-subscription-access>
|
2021-05-14 17:01:50 +03:00
|
|
|
<div class="gh-expandable-header">
|
|
|
|
<div>
|
|
|
|
<h4 class="gh-expandable-title">Subscription access</h4>
|
|
|
|
<p class="gh-expandable-description">Who should be able to subscribe to your site?</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2021-05-14 17:44:10 +03:00
|
|
|
<PowerSelect
|
|
|
|
@options={{this.options}}
|
|
|
|
@selected={{this.selectedOption}}
|
|
|
|
@onChange={{this.setSignupAccess}}
|
2021-05-17 11:42:44 +03:00
|
|
|
@triggerClass="gh-setting-dropdown"
|
2021-05-17 20:36:36 +03:00
|
|
|
@dropdownClass="gh-setting-dropdown-list"
|
2021-05-14 17:44:10 +03:00
|
|
|
as |option|
|
|
|
|
>
|
2022-02-19 01:36:01 +03:00
|
|
|
<div class="gh-setting-dropdown-content" data-test-members-subscription-option={{option.value}}>
|
2021-05-17 11:42:44 +03:00
|
|
|
{{svg-jar option.icon class=(concat "w8 h8 mr2 fill-" (or option.icon_color "green"))}}
|
2021-05-14 17:44:10 +03:00
|
|
|
<div class="gh-radio-label">
|
|
|
|
{{option.name}}<br>
|
|
|
|
<div class="gh-radio-desc">{{option.description}}</div>
|
2021-05-14 17:01:50 +03:00
|
|
|
</div>
|
2021-05-14 17:44:10 +03:00
|
|
|
</div>
|
|
|
|
</PowerSelect>
|
2021-05-14 17:01:50 +03:00
|
|
|
</div>
|