0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 07:41:11 +02:00
discourse-custom-wizard/assets/javascripts/wizard/templates/components/wizard-field-group.hbs
2020-03-30 17:16:03 +11:00

9 Zeilen
Kein EOL
190 B
Handlebars

{{wizard-group-selector
groups=wizard.groups
field=field
whitelist=field.content
value=field.value
onChange=(action (mut field.value))
options=(hash
none='group.select'
)}}