mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
parent
e4cac91e19
commit
ae91be348b
@ -1,10 +1,12 @@
|
||||
<div class="gh-feedback-lexical-published">
|
||||
<h4 class="gh-feedback-lexical-published-title">Hey, noticed anything different?</h4>
|
||||
<p>This post was successfully published using our new editor. Have any feedback? Let us know!</p>
|
||||
{{!-- <p>Editor beta feedback</p> --}}
|
||||
<FeedbackLexical::Textarea
|
||||
@feedbackMessage={{this.feedbackMessage}}
|
||||
@updateFeedbackMessage={{this.updateFeedbackMessage}}
|
||||
@shouldFocus={{false}}
|
||||
@label="Editor beta feedback"
|
||||
@placeholder="This post was published using the new Ghost editor beta. How did it go? Did you have any issues?"
|
||||
/>
|
||||
<FeedbackLexical::SendButton
|
||||
@feedbackMessage={{this.feedbackMessage}}
|
||||
|
@ -7,7 +7,7 @@
|
||||
@id="feedback-lexical"
|
||||
@name="feedback-lexical"
|
||||
@value={{@feedbackMessage}}
|
||||
@placeholder="I've noticed that..."
|
||||
@placeholder={{or @placeholder "I’ve noticed that…"}}
|
||||
@shouldFocus={{@shouldFocus}}
|
||||
data-test-lexical-feedback-textarea
|
||||
{{on "input" @updateFeedbackMessage}}
|
||||
|
Loading…
Reference in New Issue
Block a user