DEV: add PluginOutlet around the Customize > Themes tab (#24280)

This commit is contained in:
Neil Lalonde 2023-11-07 16:48:30 -05:00 committed by GitHub
parent c7fd815759
commit e34521f4b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>