Ghost/ghost/admin/app/components/labs/lexical.hbs

17 lines
731 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="https://ghost.org/changelog/editor-beta/" target="_blank" rel="noopener noreferrer">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>