0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2025-02-02 19:37:01 +01:00
discourse-custom-wizard/assets/javascripts/discourse/templates/components/custom-wizard-field-composer.hbs

25 Zeilen
628 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")
2023-07-10 07:55:54 +01:00
afterRefresh=(action "afterRefresh")
}}
2019-11-20 23:08:04 +11:00
<div class="bottom-bar">
2023-07-10 07:55:54 +01:00
<button
class="wizard-btn toggle-preview"
{{action "togglePreview"}}
type="button"
>
<span class="d-button-label">{{i18n togglePreviewLabel}}</span>
2021-04-12 19:49:53 +05:30
</button>
2021-04-12 19:49:53 +05:30
{{#if field.char_counter}}
{{wizard-char-counter field.value field.max_length}}
2021-04-12 19:49:53 +05:30
{{/if}}
2023-07-10 07:55:54 +01:00
</div>