1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/discourse/templates/components/custom-wizard-field-group.hbs

11 Zeilen
222 B
Handlebars

{{custom-wizard-group-selector
groups=site.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
tabindex=field.tabindex
2020-03-21 18:30:11 +01:00
onChange=(action (mut field.value))
options=(hash
2021-04-12 16:19:53 +02:00
none="group.select"
)}}