2022-07-26 16:18:09 +02:00
|
|
|
{{custom-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
|
2023-03-22 10:11:48 +01:00
|
|
|
fieldClass=fieldClass
|
2020-10-02 02:33:01 +02:00
|
|
|
groupsMentioned=(action "groupsMentioned")
|
|
|
|
cannotSeeMention=(action "cannotSeeMention")
|
|
|
|
importQuote=(action "importQuote")
|
|
|
|
togglePreview=(action "togglePreview")
|
2023-07-10 08:55:54 +02:00
|
|
|
afterRefresh=(action "afterRefresh")
|
|
|
|
}}
|
2019-11-20 13:08:04 +01:00
|
|
|
|
2021-01-19 07:51:37 +01:00
|
|
|
<div class="bottom-bar">
|
2023-07-10 08:55:54 +02:00
|
|
|
<button
|
|
|
|
class="wizard-btn toggle-preview"
|
|
|
|
{{action "togglePreview"}}
|
|
|
|
type="button"
|
|
|
|
>
|
2022-07-26 16:18:09 +02:00
|
|
|
<span class="d-button-label">{{i18n togglePreviewLabel}}</span>
|
2021-04-12 16:19:53 +02:00
|
|
|
</button>
|
2021-01-19 07:51:37 +01:00
|
|
|
|
2021-04-12 16:19:53 +02:00
|
|
|
{{#if field.char_counter}}
|
2023-04-03 03:04:28 +02:00
|
|
|
{{wizard-char-counter field.value field.max_length}}
|
2021-04-12 16:19:53 +02:00
|
|
|
{{/if}}
|
2023-07-10 08:55:54 +02:00
|
|
|
</div>
|