Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
31 Zeilen
Kein EOL
718 B
Handlebars
31 Zeilen
Kein EOL
718 B
Handlebars
{{d-editor
|
|
value=value
|
|
forcePreview=forcePreview
|
|
placeholder=placeholder}}
|
|
|
|
<div class="wizard-editor-gutter">
|
|
{{#if previewEnabled}}
|
|
{{d-button
|
|
action="togglePreview"
|
|
translatedLabel=previewLabel}}
|
|
{{/if}}
|
|
|
|
{{#if fieldsEnabled}}
|
|
{{d-button
|
|
action="togglePopover"
|
|
translatedLabel=popoverLabel}}
|
|
|
|
{{#if showPopover}}
|
|
<div class="wizard-editor-gutter-popover">
|
|
<label>
|
|
{{i18n 'admin.wizard.action.post_builder.user_fields'}}
|
|
{{userFieldList}}
|
|
</label>
|
|
<label>
|
|
{{i18n 'admin.wizard.action.post_builder.wizard_fields'}}
|
|
{{wizardFieldList}}
|
|
</label>
|
|
</div>
|
|
{{/if}}
|
|
{{/if}}
|
|
</div> |