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