mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
This reverts commit d436b600fb.
Triple curlies are still necessary for some raw templates.
20 lines
380 B
Handlebars
20 lines
380 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'>
|
|
{{{setting.description}}}
|
|
</div>
|