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

17 lines
655 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-feedback-lexical-published">
<h4 class="gh-feedback-lexical-published-title">This post was published using the new Ghost editor (beta).</h4>
{{!-- <p>Editor beta feedback</p> --}}
<FeedbackLexical::Textarea
@feedbackMessage={{this.feedbackMessage}}
@updateFeedbackMessage={{this.updateFeedbackMessage}}
@shouldFocus={{false}}
@label="Editor beta feedback"
@placeholder="Howd it go? Did you have any issues?"
/>
<FeedbackLexical::SendButton
@feedbackMessage={{this.feedbackMessage}}
@post={{@post}}
@onSuccess={{this.resetFeedbackMessage}}
/>
</div>