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