mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: add plugin outlet around new color palette button (#31054)
This commit is contained in:
parent
23e58cd653
commit
0ef9abe0f0
@ -31,12 +31,14 @@
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
<DButton
|
||||
@action={{this.newColorScheme}}
|
||||
@icon="plus"
|
||||
@label="admin.customize.new"
|
||||
class="btn-default"
|
||||
/>
|
||||
<PluginOutlet @name="admin-customize-colors-new-button">
|
||||
<DButton
|
||||
@action={{this.newColorScheme}}
|
||||
@icon="plus"
|
||||
@label="admin.customize.new"
|
||||
class="btn-default"
|
||||
/>
|
||||
</PluginOutlet>
|
||||
</div>
|
||||
|
||||
{{outlet}}
|
||||
|
Loading…
Reference in New Issue
Block a user