2022-07-05 13:41:31 -04:00
|
|
|
<ComboBox
|
|
|
|
@content={{this.setting.validValues}}
|
|
|
|
@value={{this.value}}
|
2024-03-06 12:05:03 -05:00
|
|
|
@onChange={{fn (mut this.value)}}
|
2022-07-05 13:41:31 -04:00
|
|
|
@valueProperty={{this.setting.computedValueProperty}}
|
|
|
|
@nameProperty={{this.setting.computedNameProperty}}
|
|
|
|
@options={{hash castInteger=true allowAny=this.setting.allowsNone}}
|
2022-06-30 06:30:50 -04:00
|
|
|
/>
|
2020-02-03 08:22:14 -05:00
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
{{this.preview}}
|
2020-02-03 08:22:14 -05:00
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
<SettingValidationMessage @message={{this.validationMessage}} />
|
2024-03-13 00:38:21 -04:00
|
|
|
<SiteSettings::Description @description={{this.setting.description}} />
|