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:
Rishabh Garg 2022-03-11 20:14:47 +05:30 committed by GitHub
parent bb7b388465
commit 6c6447ef4f
2 changed files with 1 additions and 17 deletions

View File

@ -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

View File

@ -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}}