mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 23:14:20 +08:00
85b8fea262
Refactors three wizard steps (colors, fonts, homepage style) into one new step called Styling.
13 lines
213 B
Handlebars
13 lines
213 B
Handlebars
{{component
|
|
componentName
|
|
class=fieldClass
|
|
value=field.value
|
|
content=field.choices
|
|
nameProperty="label"
|
|
tabindex="9"
|
|
onChange=(action "onChangeValue")
|
|
options=(hash
|
|
translatedNone=false
|
|
)
|
|
}}
|