mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Removed matchHelper
labs flag toggle
refs 981f11da95
- `{{match}}` is GA now and the flag doesn't exist server-side so it was always auto-toggling off in Admin
This commit is contained in:
parent
1172267e55
commit
6c14e1ea71
@ -52,11 +52,10 @@ export default Service.extend({
|
||||
emailAnalytics: feature('emailAnalytics'),
|
||||
nightShift: feature('nightShift', {user: true, onChange: '_setAdminTheme'}),
|
||||
launchComplete: feature('launchComplete', {user: true}),
|
||||
matchHelper: feature('matchHelper'),
|
||||
multipleProducts: feature('multipleProducts'),
|
||||
offers: feature('offers', {developer: true}),
|
||||
oauthLogin: feature('oauthLogin', {developer: true}),
|
||||
customThemeSettings: feature('customThemeSettings', {developer: true, requires: ['matchHelper']}),
|
||||
customThemeSettings: feature('customThemeSettings', {developer: true}),
|
||||
membersActivity: feature('membersActivity', {developer: true}),
|
||||
|
||||
_user: null,
|
||||
|
@ -248,19 +248,6 @@
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Match helper</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Experimental <code>\{{match}}</code> helper for themes
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="matchHelper" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user