2019-11-20 13:08:04 +01:00
|
|
|
{{d-editor
|
2021-01-19 08:50:37 +01:00
|
|
|
tabindex=field.tabindex
|
2019-11-20 13:08:04 +01:00
|
|
|
value=composer.reply
|
2022-03-16 14:09:23 +01:00
|
|
|
placeholderOverride=replyPlaceholder
|
2019-11-20 13:08:04 +01:00
|
|
|
previewUpdated=(action "previewUpdated")
|
|
|
|
markdownOptions=markdownOptions
|
|
|
|
extraButtons=(action "extraButtons")
|
|
|
|
importQuote=(action "importQuote")
|
2020-10-02 06:40:10 +02:00
|
|
|
showUploadModal=(action "showUploadModal")
|
2019-11-20 13:08:04 +01:00
|
|
|
togglePreview=(action "togglePreview")
|
|
|
|
validation=validation
|
|
|
|
loading=composer.loading
|
|
|
|
showLink=showLink
|
2022-08-22 15:56:58 +02:00
|
|
|
wizardComposer=true
|
2020-10-06 11:30:24 +02:00
|
|
|
fieldId=field.id
|
2019-11-20 13:08:04 +01:00
|
|
|
disabled=disableTextarea
|
2023-07-10 08:55:54 +02:00
|
|
|
outletArgs=(hash composer=composer editorType="composer")
|
|
|
|
}}
|
2020-10-01 07:43:29 +02:00
|
|
|
|
2021-12-01 08:19:14 +01:00
|
|
|
<input
|
2020-10-02 02:33:01 +02:00
|
|
|
type="file"
|
2021-12-01 08:19:14 +01:00
|
|
|
id={{fileUploadElementId}}
|
|
|
|
class="wizard-composer-upload"
|
|
|
|
accept={{allowedFileTypes}}
|
|
|
|
multiple
|
2023-07-10 08:55:54 +02:00
|
|
|
/>
|