mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 11:54:33 +03:00
17 lines
650 B
Handlebars
17 lines
650 B
Handlebars
<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="#">Ghost’s 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>
|