Ghost/ghost/admin/app/components/feedback-lexical/post-complete-form.hbs

17 lines
655 B
Handlebars
Raw Normal View History

<div class="gh-feedback-lexical-published">
<h4 class="gh-feedback-lexical-published-title">This post was published using the new Ghost editor (beta).</h4>
2023-05-22 14:21:13 +03:00
{{!-- <p>Editor beta feedback</p> --}}
<FeedbackLexical::Textarea
@feedbackMessage={{this.feedbackMessage}}
@updateFeedbackMessage={{this.updateFeedbackMessage}}
@shouldFocus={{false}}
2023-05-22 14:21:13 +03:00
@label="Editor beta feedback"
@placeholder="Howd it go? Did you have any issues?"
/>
<FeedbackLexical::SendButton
@feedbackMessage={{this.feedbackMessage}}
@post={{@post}}
@onSuccess={{this.resetFeedbackMessage}}
/>
</div>