Added tierName feature flag

refs https://github.com/TryGhost/Team/issues/1069
This commit is contained in:
Djordje Vlaisavljevic 2022-02-10 11:37:49 +01:00
parent d6b66a2bfa
commit c7383b446d
2 changed files with 16 additions and 0 deletions

View File

@ -87,6 +87,9 @@ export default class FeatureService extends Service {
@feature('tierWelcomePages')
tierWelcomePages;
@feature('tierName')
tierName;
_user = null;
@computed('settings.labs')

View File

@ -339,6 +339,19 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Tier name</h4>
<p class="gh-expandable-description">
Add Tier names in Account settings (requires Tiers enabled)
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="tierName" />
</div>
</div>
</div>
</div>
</div>
{{/if}}