Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
13 Zeilen
Kein EOL
259 B
Handlebars
13 Zeilen
Kein EOL
259 B
Handlebars
{{combo-box
|
|
value=time
|
|
content=timeOptions
|
|
tabindex=tabindex
|
|
onChange=(action "onChangeTime")
|
|
options=(hash
|
|
translatedNone="--:--"
|
|
allowAny=true
|
|
filterable=false
|
|
autoInsertNoneItem=false
|
|
translatedFilterPlaceholder="--:--"
|
|
)
|
|
}} |