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/discourse/templates/components/custom-wizard-field-group.hbs

10 Zeilen
252 B
Handlebars

{{custom-wizard-group-selector
groups=site.groups
class=fieldClass
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))
2023-07-10 08:55:54 +02:00
options=(hash none="select_kit.default_header_text")
}}