Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
10 Zeilen
224 B
Handlebars
10 Zeilen
224 B
Handlebars
{{custom-wizard-group-selector
|
|
groups=wizard.groups
|
|
field=field
|
|
whitelist=field.content
|
|
value=field.value
|
|
tabindex=field.tabindex
|
|
onChange=(action (mut field.value))
|
|
options=(hash
|
|
none="group.select"
|
|
)}}
|