2022-07-26 15:18:09 +01:00
|
|
|
{{custom-wizard-composer-editor
|
2020-10-06 20:30:24 +11:00
|
|
|
field=field
|
2020-10-02 10:33:01 +10:00
|
|
|
composer=composer
|
2021-10-06 19:55:50 +08:00
|
|
|
wizard=wizard
|
2023-03-22 10:11:48 +01:00
|
|
|
fieldClass=fieldClass
|
2020-10-02 10:33:01 +10:00
|
|
|
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">
|
2022-07-26 15:18:09 +01:00
|
|
|
<span class="d-button-label">{{i18n togglePreviewLabel}}</span>
|
2021-04-12 19:49:53 +05:30
|
|
|
</button>
|
2021-01-19 12:21:37 +05:30
|
|
|
|
2021-04-12 19:49:53 +05:30
|
|
|
{{#if field.char_counter}}
|
2023-04-03 11:04:28 +10:00
|
|
|
{{wizard-char-counter field.value field.max_length}}
|
2021-04-12 19:49:53 +05:30
|
|
|
{{/if}}
|
2021-01-19 12:21:37 +05:30
|
|
|
</div>
|