mirror of
https://github.com/discourse/discourse.git
synced 2025-01-09 21:29:04 +08:00
371bbadb92
* Run no-implicit-this codemod for app templates * Run tagless-ember-components-codemod for plugins * Turn on no-implicit-this lint
13 lines
233 B
Handlebars
13 lines
233 B
Handlebars
{{component
|
|
this.componentName
|
|
class=this.fieldClass
|
|
value=this.field.value
|
|
content=this.field.choices
|
|
nameProperty="label"
|
|
tabindex="9"
|
|
onChange=(action "onChangeValue")
|
|
options=(hash
|
|
translatedNone=false
|
|
)
|
|
}}
|