mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added explore
alpha feature flag
This commit is contained in:
parent
26e6d459cb
commit
b1e44dd2f2
@ -60,6 +60,7 @@ export default class FeatureService extends Service {
|
||||
@feature('beforeAfterCard') beforeAfterCard;
|
||||
@feature('comments') comments;
|
||||
@feature('newsletterPaywall') newsletterPaywall;
|
||||
@feature('explore') explore;
|
||||
|
||||
_user = null;
|
||||
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user