Skip to content

Commit

Permalink
Hid emojipicker shortcut behind feature flag (#18793)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanne-san authored Oct 30, 2023
1 parent 224ec51 commit 9ea1a50
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ghost/admin/app/components/gh-post-settings-menu.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -427,12 +427,14 @@
<span class="gh-key" data-tooltip="Return">&#8617;</span>
</div>
</div>
<div class="gh-shortcut">
<div>Emoji</div>
<div class="gh-keys">
<span class="gh-key mono">:emoji_name:</span>
{{#if (feature "editorEmojiPicker")}}
<div class="gh-shortcut">
<div>Emoji</div>
<div class="gh-keys">
<span class="gh-key mono">:emoji_name:</span>
</div>
</div>
</div>
{{/if}}
<div class="gh-shortcut">
<div>Image</div>
<div class="gh-keys">
Expand Down

0 comments on commit 9ea1a50

Please sign in to comment.