mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:40:42 +08:00
19 lines
322 B
Handlebars
19 lines
322 B
Handlebars
{{combo-box
|
|
valueProperty="value"
|
|
content=setting.validValues
|
|
value=value
|
|
onChange=(action (mut value))
|
|
options=(hash
|
|
castInteger=true
|
|
allowAny=setting.allowsNone
|
|
)
|
|
}}
|
|
|
|
{{preview}}
|
|
|
|
{{setting-validation-message message=validationMessage}}
|
|
|
|
<div class='desc'>
|
|
{{{unbound setting.description}}}
|
|
</div>
|