Added explore alpha feature flag

This commit is contained in:
Aileen Nowak 2022-07-25 21:23:09 +01:00 committed by Aileen Booker
parent 26e6d459cb
commit b1e44dd2f2
2 changed files with 14 additions and 0 deletions

View File

@ -60,6 +60,7 @@ export default class FeatureService extends Service {
@feature('beforeAfterCard') beforeAfterCard;
@feature('comments') comments;
@feature('newsletterPaywall') newsletterPaywall;
@feature('explore') explore;
_user = null;

View File

@ -239,6 +239,19 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Ghost Explore</h4>
<p class="gh-expandable-description">
Allow integration with Ghost Explore
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="explore" />
</div>
</div>
</div>
</div>
</div>
{{/if}}