mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 11:09:34 +08:00
DEV: add PluginOutlet around the Customize > Themes tab (#24280)
This commit is contained in:
parent
c7fd815759
commit
e34521f4b5
|
@ -1,3 +1,4 @@
|
|||
<PluginOutlet @name="admin-customize-themes">
|
||||
{{#unless this.editingTheme}}
|
||||
<ThemesList
|
||||
@themes={{this.fullThemes}}
|
||||
|
@ -8,3 +9,4 @@
|
|||
{{/unless}}
|
||||
|
||||
{{outlet}}
|
||||
</PluginOutlet>
|
Loading…
Reference in New Issue
Block a user