Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
11 Zeilen
259 B
Handlebars
11 Zeilen
259 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"
|
|
)}}
|