2024-10-09 10:01:28 +02:00
|
|
|
<CustomWizardComposerEditor
|
2024-10-11 12:48:10 +02:00
|
|
|
@field={{this.field}}
|
|
|
|
@composer={{this.composer}}
|
|
|
|
@wizard={{this.wizard}}
|
|
|
|
@fieldClass={{this.fieldClass}}
|
2024-10-09 10:01:28 +02:00
|
|
|
@groupsMentioned={{this.groupsMentioned}}
|
|
|
|
@cannotSeeMention={{this.cannotSeeMention}}
|
|
|
|
@importQuote={{this.importQuote}}
|
|
|
|
@togglePreview={{this.togglePreview}}
|
|
|
|
@afterRefresh={{this.afterRefresh}}
|
|
|
|
/>
|
2019-11-20 13:08:04 +01:00
|
|
|
|
2021-01-19 07:51:37 +01:00
|
|
|
<div class="bottom-bar">
|
2024-10-11 12:48:10 +02:00
|
|
|
<DButton
|
|
|
|
@action={{this.togglePreview}}
|
2023-07-10 08:55:54 +02:00
|
|
|
class="wizard-btn toggle-preview"
|
2024-10-11 12:48:10 +02:00
|
|
|
@label={{togglePreviewLabel}}
|
|
|
|
/>
|
2021-01-19 07:51:37 +01:00
|
|
|
|
2024-10-11 12:48:10 +02:00
|
|
|
{{#if this.field.char_counter}}
|
|
|
|
{{wizard-char-counter this.field.value field.max_length}}
|
2021-04-12 16:19:53 +02:00
|
|
|
{{/if}}
|
2023-07-10 08:55:54 +02:00
|
|
|
</div>
|