mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:03:43 +08:00
DEV: add PluginOutlet around the Customize > Themes tab (#24280)
This commit is contained in:
parent
c7fd815759
commit
e34521f4b5
|
@ -1,10 +1,12 @@
|
|||
{{#unless this.editingTheme}}
|
||||
<ThemesList
|
||||
@themes={{this.fullThemes}}
|
||||
@components={{this.childThemes}}
|
||||
@currentTab={{this.currentTab}}
|
||||
@installModal={{route-action "installModal"}}
|
||||
/>
|
||||
{{/unless}}
|
||||
<PluginOutlet @name="admin-customize-themes">
|
||||
{{#unless this.editingTheme}}
|
||||
<ThemesList
|
||||
@themes={{this.fullThemes}}
|
||||
@components={{this.childThemes}}
|
||||
@currentTab={{this.currentTab}}
|
||||
@installModal={{route-action "installModal"}}
|
||||
/>
|
||||
{{/unless}}
|
||||
|
||||
{{outlet}}
|
||||
{{outlet}}
|
||||
</PluginOutlet>
|
Loading…
Reference in New Issue
Block a user