Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-24 10:20:28 +01:00
13 Zeilen
Kein EOL
266 B
Handlebars
13 Zeilen
Kein EOL
266 B
Handlebars
{{#if this.hasMultiple}}
|
|
{{combo-box
|
|
value=this.connector
|
|
content=this.connectors
|
|
onChange=(action "changeConnector")
|
|
}}
|
|
{{else}}
|
|
{{#if this.connector}}
|
|
<span class="connector-single">
|
|
{{this.connectorLabel}}
|
|
</span>
|
|
{{/if}}
|
|
{{/if}} |