2020-10-02 10:33:01 +10:00
|
|
|
{{wizard-composer-editor
|
2020-10-06 20:30:24 +11:00
|
|
|
field=field
|
2020-10-02 10:33:01 +10:00
|
|
|
composer=composer
|
|
|
|
groupsMentioned=(action "groupsMentioned")
|
|
|
|
cannotSeeMention=(action "cannotSeeMention")
|
|
|
|
importQuote=(action "importQuote")
|
|
|
|
togglePreview=(action "togglePreview")
|
|
|
|
afterRefresh=(action "afterRefresh")}}
|
2019-11-20 23:08:04 +11:00
|
|
|
|
2021-01-19 12:21:37 +05:30
|
|
|
<div class="bottom-bar">
|
2021-04-12 19:49:53 +05:30
|
|
|
<button class="wizard-btn toggle-preview" {{action "togglePreview"}} type="button">
|
|
|
|
<span class="d-button-label">{{wizard-i18n togglePreviewLabel}}</span>
|
|
|
|
</button>
|
2021-01-19 12:21:37 +05:30
|
|
|
|
2021-04-12 19:49:53 +05:30
|
|
|
{{#if field.char_counter}}
|
|
|
|
{{char-counter field.value field.max_length}}
|
|
|
|
{{/if}}
|
2021-01-19 12:21:37 +05:30
|
|
|
</div>
|