mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 10:53:43 +08:00
426c035b80
Why this change? This is a first pass at styling the editor for creating/editing/updating an objects typed theme setting. Only the desktop view is being considered at the current moment. The objects typed theme setting is still behind a feature flag at this moment so there is no need for us to get the styling perfect. The purpose of this PR is to get us to a state which we can quickly iterate with a designer on.
13 lines
271 B
Handlebars
13 lines
271 B
Handlebars
<div class="customize-themes-show-schema__header row">
|
|
<h2>
|
|
{{i18n
|
|
"admin.customize.theme.schema.title"
|
|
(hash name=@model.setting.setting)
|
|
}}
|
|
</h2>
|
|
</div>
|
|
|
|
<SchemaThemeSetting::Editor
|
|
@themeId={{@model.theme.id}}
|
|
@setting={{@model.setting}}
|
|
/> |