Ghost/ghost/admin/app/components/feedback-lexical/post-complete-form.hbs
Djordje Vlaisavljevic 4af604a04f Updated feedback form copy
refs #3252
2023-05-22 21:37:05 +01:00

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>