13 lines
403 B
Handlebars
13 lines
403 B
Handlebars
<ComboBox @content={{setting.validValues}} @value={{value}} @onChange={{action (mut value)}} @valueProperty={{setting.computedValueProperty}} @nameProperty={{setting.computedNameProperty}} @options={{hash
|
|
castInteger=true
|
|
allowAny=setting.allowsNone
|
|
}} />
|
|
|
|
{{preview}}
|
|
|
|
<SettingValidationMessage @message={{validationMessage}} />
|
|
|
|
<div class="desc">
|
|
{{html-safe setting.description}}
|
|
</div>
|