2022-06-30 06:30:50 -04:00
|
|
|
<ComboBox @content={{setting.validValues}} @value={{value}} @onChange={{action (mut value)}} @valueProperty={{setting.computedValueProperty}} @nameProperty={{setting.computedNameProperty}} @options={{hash
|
2020-02-14 04:00:40 -05:00
|
|
|
castInteger=true
|
|
|
|
allowAny=setting.allowsNone
|
2022-06-30 06:30:50 -04:00
|
|
|
}} />
|
2020-02-03 08:22:14 -05:00
|
|
|
|
2015-03-02 12:12:19 -05:00
|
|
|
{{preview}}
|
2020-02-03 08:22:14 -05:00
|
|
|
|
2022-06-30 06:30:50 -04:00
|
|
|
<SettingValidationMessage @message={{validationMessage}} />
|
2020-02-03 08:22:14 -05:00
|
|
|
|
|
|
|
<div class="desc">
|
2020-03-11 04:23:10 -04:00
|
|
|
{{html-safe setting.description}}
|
2020-02-03 08:22:14 -05:00
|
|
|
</div>
|