0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 15:51:11 +02:00
discourse-custom-wizard/assets/javascripts/wizard/templates/components/wizard-field-group.hbs

9 Zeilen
190 B
Handlebars

2020-03-24 10:35:46 +01:00
{{wizard-group-selector
groups=wizard.groups
2020-03-30 08:16:03 +02:00
field=field
whitelist=field.content
2020-03-21 18:30:11 +01:00
value=field.value
onChange=(action (mut field.value))
options=(hash
none='group.select'
)}}