mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Removed multiple tiers beta section (#2298)
refs https://github.com/TryGhost/Team/issues/1267 Multiple tiers is now available for all sites by default, so there is no need anymore for the beta section to enable it.
This commit is contained in:
parent
bb7b388465
commit
6c6447ef4f
@ -1195,3 +1195,4 @@ remove|ember-template-lint|no-duplicate-id|41|20|41|20|0b1df369aa015be03c9130792
|
||||
remove|ember-template-lint|no-invalid-interactive|3|64|3|64|e9d67a1a1018242c2c738f7e8dd98cb41bc20c71|1646611200000|1649199600000|1651791600000|app/components/gh-members-recipient-select.hbs
|
||||
remove|ember-template-lint|no-invalid-interactive|20|68|20|68|df3b265cb782bcfbc1794d11c0b087b411aa14b1|1646611200000|1649199600000|1651791600000|app/components/gh-members-recipient-select.hbs
|
||||
remove|ember-template-lint|no-invalid-interactive|38|68|38|68|1849f49e96b9809e3b7c578e3b76a6f3afab090f|1646611200000|1649199600000|1651791600000|app/components/gh-members-recipient-select.hbs
|
||||
remove|ember-template-lint|no-action|421|15|421|15|86d78f77ffe339a3beabf8cd2690e383fe8faace|1646611200000|1649199600000|1651791600000|app/templates/settings/labs.hbs
|
||||
|
@ -82,23 +82,6 @@
|
||||
<div class="gh-main-section">
|
||||
<h4 class="gh-main-section-header small bn">Beta features</h4>
|
||||
<div class="gh-expandable">
|
||||
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Tiers</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Add additional tiers to your paid memberships (e.g. Bronze, Silver, Gold). <a href="http://ghost.org/help/tiers" target="_blank" rel="noopener noreferrer">Learn more here</a>
|
||||
</p>
|
||||
</div>
|
||||
{{#if (feature "multipleProducts")}}
|
||||
<span class="gh-badge">Enabled</span>
|
||||
{{else}}
|
||||
<button type="button" class="gh-btn" {{action "toggleEnableTiersModal"}}><span>Enable</span></button>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="gh-expandable-block">
|
||||
<GhUploader
|
||||
@extensions={{this.redirectsFileExtensions}}
|
||||
|
Loading…
Reference in New Issue
Block a user