discourse/app/assets/javascripts/admin/addon/templates/customize-themes-show-schema.hbs
Alan Guo Xiang Tan 5b8652965a
DEV: Add save button to editing typed objects theme setting route (#26133)
Why this change?

This is still a work in progress but allows objects type theme setting
to be saved.
2024-03-13 06:52:46 +08:00

4 lines
91 B
Handlebars

<SchemaThemeSetting::Editor
@themeId={{@model.theme.id}}
@setting={{@model.setting}}
/>