Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
20 Zeilen
606 B
Handlebars
20 Zeilen
606 B
Handlebars
{{custom-wizard-composer-editor
|
|
field=field
|
|
composer=composer
|
|
wizard=wizard
|
|
fieldClass=fieldClass
|
|
groupsMentioned=(action "groupsMentioned")
|
|
cannotSeeMention=(action "cannotSeeMention")
|
|
importQuote=(action "importQuote")
|
|
togglePreview=(action "togglePreview")
|
|
afterRefresh=(action "afterRefresh")}}
|
|
|
|
<div class="bottom-bar">
|
|
<button class="wizard-btn toggle-preview" {{action "togglePreview"}} type="button">
|
|
<span class="d-button-label">{{i18n togglePreviewLabel}}</span>
|
|
</button>
|
|
|
|
{{#if field.char_counter}}
|
|
{{char-counter field.value field.max_length}}
|
|
{{/if}}
|
|
</div>
|