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,3 +1,4 @@
<PluginOutlet @name="admin-customize-themes">
{{#unless this.editingTheme}}
<ThemesList
@themes={{this.fullThemes}}
@ -8,3 +9,4 @@
{{/unless}}
{{outlet}}
</PluginOutlet>