mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 01:41:46 +03:00
4af604a04f
refs #3252
17 lines
629 B
Handlebars
17 lines
629 B
Handlebars
<div class="gh-feedback-lexical-published">
|
|
<h4 class="gh-feedback-lexical-published-title">Thanks for trying our new editor</h4>
|
|
{{!-- <p>Editor beta feedback</p> --}}
|
|
<FeedbackLexical::Textarea
|
|
@feedbackMessage={{this.feedbackMessage}}
|
|
@updateFeedbackMessage={{this.updateFeedbackMessage}}
|
|
@shouldFocus={{false}}
|
|
@label="Editor beta feedback"
|
|
@placeholder="How did it go? Did you have any issues?"
|
|
/>
|
|
<FeedbackLexical::SendButton
|
|
@feedbackMessage={{this.feedbackMessage}}
|
|
@post={{@post}}
|
|
@onSuccess={{this.resetFeedbackMessage}}
|
|
/>
|
|
</div>
|