mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 01:24:34 +08:00
20 lines
388 B
Handlebars
20 lines
388 B
Handlebars
{{combo-box
|
|
content=setting.validValues
|
|
value=value
|
|
onChange=(action (mut value))
|
|
valueProperty=setting.computedValueProperty
|
|
nameProperty=setting.computedNameProperty
|
|
options=(hash
|
|
castInteger=true
|
|
allowAny=setting.allowsNone
|
|
)
|
|
}}
|
|
|
|
{{preview}}
|
|
|
|
{{setting-validation-message message=validationMessage}}
|
|
|
|
<div class="desc">
|
|
{{html-safe setting.description}}
|
|
</div>
|