2024-10-11 12:48:10 +02:00
|
|
|
<div class={{this.fieldClass}}>
|
|
|
|
<DEditor
|
2024-11-22 16:45:50 +01:00
|
|
|
@tabindex={{this.field.tabindex}}
|
|
|
|
@value={{this.composer.reply}}
|
|
|
|
@placeholderOverride={{this.replyPlaceholder}}
|
2024-10-11 12:48:10 +02:00
|
|
|
@previewUpdated={{this.previewUpdated}}
|
2024-11-22 16:45:50 +01:00
|
|
|
@markdownOptions={{this.markdownOptions}}
|
2024-10-11 12:48:10 +02:00
|
|
|
@extraButtons={{this.extraButtons}}
|
|
|
|
@importQuote={{this.importQuote}}
|
|
|
|
@showUploadModal={{this.showUploadModal}}
|
|
|
|
@togglePreview={{this.togglePreview}}
|
2024-11-22 16:45:50 +01:00
|
|
|
@validation={{this.validation}}
|
|
|
|
@loading={{this.composer.loading}}
|
|
|
|
@showLink={{this.showLink}}
|
2024-10-11 12:48:10 +02:00
|
|
|
@wizardComposer={{true}}
|
2024-11-22 16:45:50 +01:00
|
|
|
@fieldId={{this.field.id}}
|
|
|
|
@disabled={{this.disableTextarea}}
|
|
|
|
@outletArgs={{hash composer=this.composer editorType="composer"}}
|
2024-10-11 12:48:10 +02:00
|
|
|
/>
|
2020-10-01 07:43:29 +02:00
|
|
|
|
2024-10-11 12:48:10 +02:00
|
|
|
<input
|
|
|
|
type="file"
|
2024-10-28 09:52:04 +01:00
|
|
|
id={{this.uppyComposerUpload.fileUploadElementId}}
|
2024-10-11 12:48:10 +02:00
|
|
|
class="wizard-composer-upload"
|
|
|
|
accept={{this.allowedFileTypes}}
|
|
|
|
multiple
|
|
|
|
/>
|
|
|
|
</div>
|