2023-04-21 00:21:07 +03:00
|
|
|
<div class="gh-stack-item gh-setting-first">
|
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>
|
2023-04-26 23:33:13 +03:00
|
|
|
<div class="gh-announcement-editor {{if this.feature.nightShift "dark"}}">
|
2023-04-18 13:55:36 +03:00
|
|
|
<KoenigLexicalEditorInput
|
2023-04-21 00:21:07 +03:00
|
|
|
@placeholderText="Highlight breaking news, special offers, or important updates"
|
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>
|