discourse/app/assets/javascripts/admin/addon/templates/customize-themes-show-schema.hbs
Alan Guo Xiang Tan 426c035b80
UX: First pass styling experimental objects typed setting editor (#26194)
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.
2024-03-18 10:03:30 +08:00

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}}
/>