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

21 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")}}
2019-11-20 13:08:04 +01:00
<div class="bottom-bar">
2021-04-12 16:19:53 +02:00
<button class="wizard-btn toggle-preview" {{action "togglePreview"}} type="button">
<span class="d-button-label">{{i18n togglePreviewLabel}}</span>
2021-04-12 16:19:53 +02:00
</button>
2021-04-12 16:19:53 +02:00
{{#if field.char_counter}}
{{char-counter field.value field.max_length}}
{{/if}}
</div>