Ghost/ghost/admin/app/components/labs/lexical.hbs
2023-05-31 21:56:37 +01:00

17 lines
650 B
Handlebars
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="gh-expandable-block gh-feedback-lexical-labs">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Ghost editor (beta)</h4>
<p class="gh-expandable-description">
<span>Try out <a href="#">Ghosts brand new editor</a>, and get early access to the latest features and improvements</span>
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="lexicalEditor" @onChange={{this.toggleFeedbackForm}} />
</div>
</div>
{{#if this.isFeedbackFormVisible}}
<FeedbackLexical::LabsForm />
{{/if}}
</div>