0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 15:51:11 +02:00
discourse-custom-wizard/assets/javascripts/discourse/templates/components/custom-wizard-composer-editor.hbs

26 Zeilen
668 B
Handlebars

2019-11-20 13:08:04 +01:00
{{d-editor
tabindex=field.tabindex
2019-11-20 13:08:04 +01:00
value=composer.reply
placeholderOverride=replyPlaceholder
2019-11-20 13:08:04 +01:00
previewUpdated=(action "previewUpdated")
markdownOptions=markdownOptions
extraButtons=(action "extraButtons")
importQuote=(action "importQuote")
showUploadModal=(action "showUploadModal")
2019-11-20 13:08:04 +01:00
togglePreview=(action "togglePreview")
validation=validation
loading=composer.loading
showLink=showLink
wizardComposer=true
fieldId=field.id
2019-11-20 13:08:04 +01:00
disabled=disableTextarea
outletArgs=(hash composer=composer editorType="composer")}}
2021-12-01 08:19:14 +01:00
<input
type="file"
2021-12-01 08:19:14 +01:00
id={{fileUploadElementId}}
class="wizard-composer-upload"
accept={{allowedFileTypes}}
multiple
>