mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Added tierName feature flag
refs https://github.com/TryGhost/Team/issues/1069
This commit is contained in:
parent
b8d47c73a0
commit
235fcb4903
2 changed files with 16 additions and 0 deletions
|
@ -87,6 +87,9 @@ export default class FeatureService extends Service {
|
|||
@feature('tierWelcomePages')
|
||||
tierWelcomePages;
|
||||
|
||||
@feature('tierName')
|
||||
tierName;
|
||||
|
||||
_user = null;
|
||||
|
||||
@computed('settings.labs')
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Add table
Reference in a new issue