0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Added sodoSearch flag to Admin Labs

refs 911ce4f29e
This commit is contained in:
Naz 2022-07-04 18:10:42 +08:00
parent a70ffd32d7
commit 2857e46d7c
2 changed files with 14 additions and 0 deletions

View file

@ -58,6 +58,7 @@ export default class FeatureService extends Service {
// labs flags
@feature('urlCache') urlCache;
@feature('beforeAfterCard') beforeAfterCard;
@feature('sodoSearch') sodoSearch;
_user = null;

View file

@ -213,6 +213,19 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Sodo Search</h4>
<p class="gh-expandable-description">
Enable Sodo Search
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="sodoSearch" />
</div>
</div>
</div>
</div>
</div>
{{/if}}