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
|
|
|
|
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">
|
2020-08-19 05:14:28 +02:00
|
|
|
<button class='wizard-btn toggle-preview' {{action 'togglePreview'}}>
|
2020-11-26 06:45:30 +01:00
|
|
|
<span class="d-button-label">{{wizard-i18n togglePreviewLabel}}</span>
|
2021-01-19 07:51:37 +01:00
|
|
|
</button>
|
|
|
|
|
|
|
|
{{#if field.char_counter}}
|
|
|
|
{{char-counter field.value field.max_length}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|