2023-04-18 12:12:37 +03:00
|
|
|
<div class="gh-stack-item {{if (eq @index 0) "gh-setting-first" "gh-setting"}}">
|
2023-04-18 13:55:36 +03:00
|
|
|
<div class="flex-grow-1">
|
|
|
|
<label class="gh-setting-title gh-theme-setting-title" for={{this.selectId}}>
|
|
|
|
Announcement
|
|
|
|
</label>
|
|
|
|
<div class="gh-announcement-editor">
|
|
|
|
<KoenigLexicalEditorInput
|
2023-04-18 16:02:51 +03:00
|
|
|
@placeholderText="Breaking news, a big story, a special offer, or any other message"
|
2023-04-19 18:45:34 +03:00
|
|
|
@html={{this.content}}
|
|
|
|
@onChangeHtml={{this.setContent}}
|
2023-04-20 12:21:55 +03:00
|
|
|
@onBlur={{@onChange}}
|
2023-04-18 13:55:36 +03:00
|
|
|
/>
|
|
|
|
</div>
|
2023-04-18 12:12:37 +03:00
|
|
|
</div>
|
|
|
|
</div>
|