mirror of
https://github.com/discourse/discourse.git
synced 2025-02-03 06:03:59 +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'>
|
|
{{{unbound setting.description}}}
|
|
</div>
|