1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/discourse/templates/components/custom-wizard-field-group.hbs
2023-07-10 07:55:54 +01:00

10 Zeilen
Kein EOL
252 B
Handlebars

{{custom-wizard-group-selector
groups=site.groups
class=fieldClass
field=field
whitelist=field.content
value=field.value
tabindex=field.tabindex
onChange=(action (mut field.value))
options=(hash none="select_kit.default_header_text")
}}