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