mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added comments toggle to labs feature list
no issue
This commit is contained in:
parent
2857e46d7c
commit
8ff94df1c8
@ -59,6 +59,7 @@ export default class FeatureService extends Service {
|
|||||||
@feature('urlCache') urlCache;
|
@feature('urlCache') urlCache;
|
||||||
@feature('beforeAfterCard') beforeAfterCard;
|
@feature('beforeAfterCard') beforeAfterCard;
|
||||||
@feature('sodoSearch') sodoSearch;
|
@feature('sodoSearch') sodoSearch;
|
||||||
|
@feature('comments') comments;
|
||||||
|
|
||||||
_user = null;
|
_user = null;
|
||||||
|
|
||||||
|
@ -226,6 +226,19 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="gh-expandable-block">
|
||||||
|
<div class="gh-expandable-header">
|
||||||
|
<div>
|
||||||
|
<h4 class="gh-expandable-title">Comments</h4>
|
||||||
|
<p class="gh-expandable-description">
|
||||||
|
Enable comments
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="for-switch">
|
||||||
|
<GhFeatureFlag @flag="comments" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user