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/wizard-mapper-connector.hbs

12 Zeilen
236 B
Handlebars

2020-04-06 18:36:38 +10:00
{{#if hasMultiple}}
2020-04-02 16:21:57 +11:00
{{combo-box
value=connector
content=connectors
2020-04-13 22:17:22 +10:00
onChange=(action (mut connector))}}
2020-04-06 18:36:38 +10:00
{{else}}
2020-04-15 15:22:21 +10:00
{{#if connector}}
<span class="connector-single">
{{connectorLabel}}
</span>
{{/if}}
2020-04-02 16:21:57 +11:00
{{/if}}